drop "Application" on second thought (a matter of taste, mostly)
[squirrelmail.git] / src / options_identities.php
index 7a49817cb54cc8aeb8425faea980e159fb7bc705..33c5c7305d637b11f694902f5d3d6835de294636 100644 (file)
@@ -196,7 +196,7 @@ function sti_input( $title, $name, $data, $bgcolor ) {
     $str = '';
     $str .= '<tr' . $bgcolor . ">\n";
     $str .= '  <td style="white-space: nowrap;text-align:right;">' . $title . ' </td>' . "\n";
-    $str .= '  <td> <input type="text" name="' . $name . '" size="50" value="'. htmlspecialchars($data) . '"> </td>' . "\n";
+    $str .= '  <td> <input type="text" name="' . $name . '" size="50" value="'. htmlspecialchars($data) . '" /> </td>' . "\n";
     $str .= '</tr>';
 
     return $str;