Changeset - bee7d75d878e
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 11 years ago 2015-02-24 22:17:36
thomas.de_schampheleire@alcatel-lucent.com
templates: changelog_summary: remove non-existing CSS class table_disp

The changelog_summary template references a non-existing CSS class
table_disp. Remove it.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/changelog/changelog_summary_data.html
Show inline comments
 
## -*- coding: utf-8 -*-
 
%if c.repo_changesets:
 
<table class="table_disp">
 
<table>
 
    <tr>
 
        <th class="left"></th>
 
        <th class="left"></th>
0 comments (0 inline, 0 general)