[med-svn] r607 - trunk/community/website

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Fri Oct 5 08:55:55 UTC 2007


Author: hanska-guest
Date: 2007-10-05 08:55:55 +0000 (Fri, 05 Oct 2007)
New Revision: 607

Modified:
   trunk/community/website/index.php
Log:
width attribute broke validation, fixing.


Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2007-10-05 08:52:29 UTC (rev 606)
+++ trunk/community/website/index.php	2007-10-05 08:55:55 UTC (rev 607)
@@ -99,7 +99,7 @@
 				<tr>
 					<th><?=_("date")?></th>
 					<th><?=_("author")?></th>
-					<th width="400"><?=_("content")?></th>
+					<th style="width:400px"><?=_("content")?></th>
 					<th><?=_("link")?></th>
 				</tr>
 				<?php




More information about the debian-med-commit mailing list