Browse Source

Fix Bug #522149 by closing the <center> tag

Bron Gondwana 23 years ago
parent
commit
1ff7866db2
1 changed files with 1 additions and 1 deletions
  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";
 
 ?>