rtl alignment fix
[squirrelmail.git] / plugins / abook_take / setup.php
index 73ca0a5adce61e614bd497e9dda6325e17bdaef1..0423872361c46387f3ca302c072896cddc841c0d 100755 (executable)
@@ -106,7 +106,7 @@ function abook_take_options()
 {
     global $abook_take_verify;
 
-    echo '<tr><td align="right" nowrap>' . _("Address Book Take:") . "</td>\n" .
+    echo '<tr>' . html_tag('td',_("Address Book Take:"),'right','','nowrap') . "\n" .
          '<td><input name="abook_take_abook_take_verify" type="checkbox"';
     if (isset($abook_take_verify) && $abook_take_verify)
         echo ' checked';