Index: trac/templates/macros.html =================================================================== --- trac/templates/macros.html (revision 5758) +++ trac/templates/macros.html (working copy) @@ -231,9 +231,9 @@

${percent is None and '%d%%' % stats.done_percent or percent}

-
+
-
${interval.title.capitalize()} ${stats.unit}s:
+
${interval.title.capitalize()} ${stats.unit}s:
${interval.count}
Index: trac/web/chrome.py =================================================================== --- trac/web/chrome.py (revision 5758) +++ trac/web/chrome.py (working copy) @@ -561,6 +561,7 @@ if content_type is None: content_type = 'text/html' method = {'text/html': 'xhtml', + 'text/css': 'text', 'text/plain': 'text'}.get(content_type, 'xml') template = self.load_template(filename, method=method)