From c494fb0830744df2fb9e07f16a4e02096299962a Mon Sep 17 00:00:00 2001 From: jangliss Date: Tue, 16 Nov 2004 06:20:09 +0000 Subject: [PATCH] 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 --- functions/html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +?> -- 2.25.1