[PATCH 5 of 5 v2] templates: changelog_summary: remove non-existing CSS class table_disp

Thomas De Schampheleire patrickdepinguin at gmail.com
Tue Feb 24 16:40:13 EST 2015


# HG changeset patch
# User Thomas De Schampheleire <thomas.de_schampheleire at alcatel-lucent.com>
# Date 1424812656 -3600
#      Tue Feb 24 22:17:36 2015 +0100
# Node ID c7f97c237dacbed8770d4aacf20feb8175ee8d99
# Parent  2490789dd26d56d501793516ce32e0df30efa236
templates: changelog_summary: remove non-existing CSS class table_disp

The changelog_summary template references a non-existing CSS class
table_disp. Remove it.

diff --git a/kallithea/templates/changelog/changelog_summary_data.html b/kallithea/templates/changelog/changelog_summary_data.html
--- a/kallithea/templates/changelog/changelog_summary_data.html
+++ b/kallithea/templates/changelog/changelog_summary_data.html
@@ -1,6 +1,6 @@
 ## -*- coding: utf-8 -*-
 %if c.repo_changesets:
-<table class="table_disp">
+<table>
     <tr>
         <th class="left">${_('Revision')}</th>
         <th class="left">${_('Commit Message')}</th>


More information about the kallithea-general mailing list