web/views/primary.py
branchstable
changeset 3843 200719b9221f
parent 3809 1b9b51ee543e
child 3844 c2625c512085
--- a/web/views/primary.py	Fri Nov 13 14:14:48 2009 +0100
+++ b/web/views/primary.py	Fri Nov 13 14:19:08 2009 +0100
@@ -86,8 +86,7 @@
         """default implementation return dc_title"""
         title = xml_escape(entity.dc_title())
         if title:
-            self.w(u'<h1><span class="etype">%s</span> %s</h1>'
-                   % (entity.dc_type().capitalize(), title))
+            self.w(u'<h1>%s</h1>' % title)
 
     def render_entity_metadata(self, entity):
         entity.view('metadata', w=self.w)