Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20306
Modified Files:
serendipity_functions.inc.php
Log Message:
Be cool to speech synthesizers
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.391
retrieving revision 1.392
diff -u -d -r1.391 -r1.392
--- serendipity_functions.inc.php 9 Aug 2004 10:00:22 -0000 1.391
+++ serendipity_functions.inc.php 9 Aug 2004 15:25:24 -0000 1.392
@@ -487,7 +487,7 @@
for ($i = 1; $i <= 7; $i++) {
$date = mktime(0,0,0,3,$bow+$i-1,2004);
?>
- <td class="serendipity_weekDayName" align="center"><?php echo substr(serendipity_formatTime("%a", $date),0,2); ?></td>
+ <td scope="col" abbr="<?php echo serendipity_formatTime("%A", $date) ?>" title="<?php echo serendipity_formatTime("%A", $date) ?>" class="serendipity_weekDayName" align="center"><?php echo substr(serendipity_formatTime("%a", $date),0,2); ?></td>
<?php
}
?>
|