X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fhtml.php;h=3a6c4142e06f133885a064c6868adceab922e867;hb=d0928dd58d8a1163ff037ac0f30d90693d61ab64;hp=9ee1cd71b6852c4bf878b43e8e98d7a236425a9b;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe;p=squirrelmail.git diff --git a/functions/html.php b/functions/html.php index 9ee1cd71..3a6c4142 100644 --- a/functions/html.php +++ b/functions/html.php @@ -72,7 +72,7 @@ if ( $val <> '' ) { $ret .= ">$val"; } else { - $ret .= ' />'; + $ret .= '>'; } return( $ret );