# HG changeset patch # User domruf # Date 2017-06-28 23:25:41 # Node ID 8905386119d273327fd3182cb6b6a912e543daa0 # Parent bff18f1f93d4c489ed61141aae11427a3cd84942 templates: remove
 from panel header on files sources page

The font of panel headings should be more consistent.
Also using 
 seems abusive in this case.

diff --git a/kallithea/templates/files/files_source.html b/kallithea/templates/files/files_source.html
--- a/kallithea/templates/files/files_source.html
+++ b/kallithea/templates/files/files_source.html
@@ -17,9 +17,9 @@
     
-
${h.link_to(h.show_id(c.changeset),h.url('changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}
-
${h.format_byte_size(c.file.size,binary=True)}
-
${c.file.mimetype}
+ ${h.link_to(h.show_id(c.changeset),h.url('changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id))} + ${h.format_byte_size(c.file.size,binary=True)} + ${c.file.mimetype}
%if c.annotate: