Fix Bug #522149 by closing the <center> tag
authorbrong <brong@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Apr 2002 10:05:33 +0000 (10:05 +0000)
committerbrong <brong@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Apr 2002 10:05:33 +0000 (10:05 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2665 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/printer_friendly_top.php

index 40c766ba2dbbd736c4d39b3eb2c7abd0db2b9380..fb4561ce140d7bf25c55c17f675d5cfb7cb98b0b 100644 (file)
@@ -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";
 
 ?>