diff --git a/composer/report/base.py b/composer/report/base.py index 021d604..86b5cf3 100644 --- a/composer/report/base.py +++ b/composer/report/base.py @@ -69,7 +69,8 @@ class Report(Template): implements(IReport) - name = identifier = title = description = u'' + name = identifier = u'' + #title = description = u'' type = 'generic' manager = None diff --git a/composer/schema/browser/schema_macros.pt b/composer/schema/browser/schema_macros.pt index 85fba6b..6a20e69 100755 --- a/composer/schema/browser/schema_macros.pt +++ b/composer/schema/browser/schema_macros.pt @@ -23,6 +23,7 @@ @@ -160,7 +161,8 @@ tal:attributes="name name; style python: 'width: %s' % (width and str(width)+'px' or '');"> -