浏览代码

Fix Bug #522149 by closing the <center> tag

Bron Gondwana 23 年之前
父节点
当前提交
1ff7866db2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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";
 
 ?>