Selaa lähdekoodia

Fix Bug #522149 by closing the <center> tag

Bron Gondwana 23 vuotta sitten
vanhempi
commit
1ff7866db2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/printer_friendly_top.php

+ 1 - 1
src/printer_friendly_top.php

@@ -38,7 +38,7 @@ echo "<body text=\"$color[8]\" bgcolor=\"$color[3]\" link=\"$color[7]\" vlink=\"
      '</form>'.
      '</b>'.
      //'</td></tr></table>'.
-     '</body>'.
+     '</center></body>'.
      "</html>\n";
 
 ?>