XHTML fixes
[squirrelmail.git] / src / printer_friendly_top.php
index c6fc05c7b269b45812d6811c4e100230bfcafddb..c7510b7fdcba68cff970dab953c0248f7072fe6a 100644 (file)
@@ -3,17 +3,20 @@
 /**
  * printer_friendly_top.php
  *
- * Copyright (c) 1999-2003 The SquirrelMail Project Team
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * top frame of printer_friendly_main.php
  * displays some javascript buttons for printing & closing
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
-/** Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../');
 
 /* SquirrelMail required files. */
@@ -35,7 +38,7 @@ displayHtmlHeader( _("Printer Friendly"),
              "</script>\n", FALSE );
 
 
-echo "<body text='$color[8]' bgcolor='$color[3]' link='$color[7]' vlink='$color[7]' alink='$color[7]'>\n" .
+echo '<body text="'.$color[8].'" bgcolor="'.$color[3].'" link="'.$color[7].'" vlink="'.$color[7].'" alink="'.$color[7]."\">\n" .
      html_tag( 'div',
          '<b>'.
          '<form>'.
@@ -44,6 +47,5 @@ echo "<body text='$color[8]' bgcolor='$color[3]' link='$color[7]' vlink='$color[
          '</form>'.
          '</b>',
      'right' );
-     '</body></html>'. "\n";
-
 ?>
+</body></html>