[med-svn] r540 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Wed Oct 3 15:25:12 UTC 2007
Author: hanska-guest
Date: 2007-10-03 15:25:11 +0000 (Wed, 03 Oct 2007)
New Revision: 540
Modified:
trunk/community/website/index.php
Log:
Adding title attribute to <img>s
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2007-10-03 15:24:08 UTC (rev 539)
+++ trunk/community/website/index.php 2007-10-03 15:25:11 UTC (rev 540)
@@ -77,7 +77,7 @@
}
?>
<tr><td>
- <img src="<?=$img?>" alt="<?=$alt?>" />
+ <img src="<?=$img?>" alt="<?=$alt?>" title="<?=$alt?>" />
<?=$member?>
</td></tr>
<?php
More information about the debian-med-commit
mailing list