bug fix: split only once on ':' for meta tag analysis on DC Description
This commit is contained in:
parent
59bd3cfa2b
commit
8f1d31966f
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ class Controller(BaseController):
|
||||||
target = self.view.virtualTarget
|
target = self.view.virtualTarget
|
||||||
if target is not None:
|
if target is not None:
|
||||||
desc = target.dcDescription
|
desc = target.dcDescription
|
||||||
print '***', desc
|
|
||||||
if desc:
|
if desc:
|
||||||
for line in desc.splitlines():
|
for line in desc.splitlines():
|
||||||
if ':' in line:
|
if ':' in line:
|
||||||
|
|
Loading…
Add table
Reference in a new issue