changeset 5383:144878118c95

changelog: avoid invalid markup: style="display:"
author Mads Kiilerich <madski@unity3d.com>
date Tue, 11 Aug 2015 12:39:07 +0200
parents 1baa286d001d
children 99d29f43bdd1
files kallithea/templates/changelog/changelog.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/changelog/changelog.html	Tue Aug 11 12:39:07 2015 +0200
+++ b/kallithea/templates/changelog/changelog.html	Tue Aug 11 12:39:07 2015 +0200
@@ -35,7 +35,7 @@
     <div class="table">
         % if c.pagination:
             <div>
-                <div style="overflow:auto; display:${'none' if c.changelog_for_path else ''}">
+                <div style="overflow:auto; ${'display:none' if c.changelog_for_path else ''}">
                     <div class="container_header">
                         <div style="float:left; margin-left:20px;">
                         ${h.form(h.url.current(),method='get')}