From: jangliss Date: Tue, 16 Nov 2004 06:20:09 +0000 (+0000) Subject: New line here makes a lot of slightly tidier looking HTML code X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c494fb0830744df2fb9e07f16a4e02096299962a;p=squirrelmail.git New line here makes a lot of slightly tidier looking HTML code git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8383 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/html.php b/functions/html.php index 747d68ed..8667427a 100644 --- a/functions/html.php +++ b/functions/html.php @@ -81,9 +81,9 @@ function html_tag( $tag, // Tag to output } if ( $val <> '' ) { - $ret .= ">$val"; + $ret .= ">$val\n"; } else { - $ret .= '>'; + $ret .= '>'. "\n"; } return( $ret ); @@ -178,4 +178,4 @@ function html_tag( $tag, // Tag to output echo $format_ar[$frm_last]; } } -?> \ No newline at end of file +?>