Changeset - 64cc63e186e6
[Not reviewed]
default
0 15 0
Mads Kiilerich (mads) - 6 years ago 2020-05-18 21:16:51
mads@kiilerich.com
Grafted from: a739a097f917
html: make sure indented close tags always match indentation of open tag
2 files changed with 8 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/compare/compare_diff.html
Show inline comments
 
@@ -30,11 +30,14 @@ ${self.repo_context_bar('changelog')}
 
                ## divs are "inline-block" and cannot have whitespace between them.
 
                <span>
 
                    ${h.hidden('compare_org')}
 
                </span><span>
 
                </span><!--
 
             --><span>
 
                    <i class="icon-right"></i>
 
                </span><span>
 
                </span><!--
 
             --><span>
 
                    ${h.hidden('compare_other')}
 
                </span><span>
 
                </span><!--
 
             --><span>
 
                    %if not c.compare_home:
 
                        <a class="btn btn-default btn-sm" href="${c.swap_url}"><i class="icon-arrows-cw"></i>${_('Swap')}</a>
 
                    %endif
kallithea/templates/files/files_browser.html
Show inline comments
 
@@ -90,7 +90,8 @@
 
                     <td>
 
                         %if node.is_file():
 
                             <span data-toggle="tooltip" title="${h.fmt_date(node.last_changeset.date)}">
 
                            ${h.age(node.last_changeset.date)}</span>
 
                               ${h.age(node.last_changeset.date)}
 
                             </span>
 
                         %endif
 
                     </td>
 
                     <td>
0 comments (0 inline, 0 general)