diff --git a/browser/common.py b/browser/common.py index 9ab6845..ae5bac9 100644 --- a/browser/common.py +++ b/browser/common.py @@ -349,7 +349,7 @@ class BaseView(GenericView, I18NView): @Lazy def dcDescription(self): - return self.dublincore.description or self.description + return self.dublincore.description or u'' #self.description @Lazy def headTitle(self):