yannick         Mon Sep 19 15:35:38 2005 EDT

  Modified files:              
    /phpdoc/scripts     revcheck.php 
  Log:
  correct 2 html's errors
  
http://cvs.php.net/diff.php/phpdoc/scripts/revcheck.php?r1=1.53&r2=1.54&ty=u
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.53 phpdoc/scripts/revcheck.php:1.54
--- phpdoc/scripts/revcheck.php:1.53    Mon Aug 29 18:11:33 2005
+++ phpdoc/scripts/revcheck.php Mon Sep 19 15:35:35 2005
@@ -661,7 +661,7 @@
 if (!empty($translation["intro"])) {
     print '<a name="intro"></a>';
     print '<table width="800" align="center"><tr><td class=c>' .
-           $translation['intro'] . '</td></tr></table><p></p>';
+           $translation['intro'] . '</td></tr></table>';
 }
 
 // =========================================================================
@@ -1046,7 +1046,7 @@
 if ($count > 0) {
     print "<a name=\"oldfiles\"></a>" .
           "<table width=\"400\" border=\"0\" cellpadding=\"3\" 
cellspacing=\"1\" align=\"center\">\n" .
-          "<tr class=blue><th><a name=\"avail\" class=\"ref\">" .
+          "<tr class=blue><th><a name=\"notEn\" class=\"ref\">" .
           " Not in EN Tree</a> ($count files):</th><th>kB</th></tr>\n";
 
     foreach($old_files as $file => $info) {

Reply via email to