XHTML fixes
[squirrelmail.git] / src / printer_friendly_bottom.php
index ee49b2fb802923ca665b1a395f43f972ce36e1e7..a4280087c9b041c9464d98b4c156c45320e7e8e3 100644 (file)
@@ -144,7 +144,7 @@ echo '<body text="#000000" bgcolor="#FFFFFF" link="#000000" vlink="#000000" alin
      }
      /* body */
      echo html_tag( 'tr',
-         html_tag( 'td', '<hr noshade size="1" /><br>' . "\n" . $body, 'left', '', 'colspan="2"' )
+         html_tag( 'td', '<hr noshade size="1" /><br />' . "\n" . $body, 'left', '', 'colspan="2"' )
      ) . "\n" .
 
      '</table>' . "\n" .
@@ -191,4 +191,4 @@ function pf_clean_string ( $unclean_string, $num_leading_spaces ) {
 
 /* --end pf-specific functions */
 
-?>
+?>
\ No newline at end of file