Modified: branches/event_logging/app/views/layouts/_blob.rxml (2228 => 2229)
--- branches/event_logging/app/views/layouts/_blob.rxml 2009-06-15 14:48:20 UTC (rev 2228)
+++ branches/event_logging/app/views/layouts/_blob.rxml 2009-06-15 14:54:22 UTC (rev 2229)
@@ -14,7 +14,7 @@
# file details
filename = h(contributable_name_from_instance(blob))
filepath = file_url(blob)
- file_type = blob.content_type.strip
+ file_type = blob.content_type.title
# original uploader of the file
uploader = blob.contribution.contributor
@@ -66,4 +66,4 @@
end
xm.link filepath
end
-end
\ No newline at end of file
+end