bug fix: split only once on ':' for meta tag analysis on DC Description

This commit is contained in:
Helmut Merz 2011-12-31 11:04:33 +01:00
parent 59bd3cfa2b
commit 8f1d31966f

View file

@ -38,7 +38,6 @@ class Controller(BaseController):
target = self.view.virtualTarget
if target is not None:
desc = target.dcDescription
print '***', desc
if desc:
for line in desc.splitlines():
if ':' in line: