[med-svn] r716 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sun Oct 14 15:09:04 UTC 2007
Author: hanska-guest
Date: 2007-10-14 15:09:04 +0000 (Sun, 14 Oct 2007)
New Revision: 716
Modified:
trunk/community/website/bugs.tmpl
Log:
Adding empty row between fixed bugs
Modified: trunk/community/website/bugs.tmpl
===================================================================
--- trunk/community/website/bugs.tmpl 2007-10-14 15:04:10 UTC (rev 715)
+++ trunk/community/website/bugs.tmpl 2007-10-14 15:09:04 UTC (rev 716)
@@ -45,16 +45,19 @@
</table>
<h2><?=_("Fixed bugs")?></h2>
<table class="bugs">
- <div node="-rep:fixedlist"><tr>
- <td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
- <td colspan="3"> </td>
- </tr>
- <tr node="rep:numbers">
- <td node="con:id"></td>
- <td node="con:summary"></td>
- <td node="con:severity"></td>
- <td node="con:fixed"></td>
- </tr></div>
+ <div node="-rep:fixedlist"><tr>
+ <td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
+ <td colspan="3"> </td>
+ </tr>
+ <tr node="rep:numbers">
+ <td node="con:id"></td>
+ <td node="con:summary"></td>
+ <td node="con:severity"></td>
+ <td node="con:fixed"></td>
+ </tr>
+ <tr>
+ <td colspan="4"> </td>
+ </tr></div>
</table>
</div>
</td>
More information about the debian-med-commit
mailing list