Small html fix
[squirrelmail.git] / plugins / filters / options.php
index 09c0a1325f9f1efe48a4ac02ef71386abe7cfaf1..2bae70545588d5216a02c1caa95e17965689bc89 100644 (file)
@@ -239,7 +239,7 @@ require_once(SM_PATH . 'plugins/filters/filters.php');
     echo '</table>'.
         html_tag( 'table',
             html_tag( 'tr',
-                html_tag( 'td', '&nbsp', 'left' )
+                html_tag( 'td', '&nbsp;', 'left' )
             ) ,
         'center', '', 'width="80%" border="0" cellpadding="2" cellspacing="0"' );
 ?>