<?php
/**
- * init.mod
+ * init.mod
* ---------
* Squirrelspell module
*
*/
/**
- * See if we need to give user the option of choosing which dictionary
+ * See if we need to give user the option of choosing which dictionary
* s/he wants to use to spellcheck his message.
*/
$langs=sqspell_getSettings(null);
. '<input type="hidden" name="MOD" value="check_me" />'
. '<input type="hidden" name="sqspell_text" />'
. '<p align="center">';
-if (sizeof($langs)==1){
+if (sizeof($langs)==1){
/**
* Only one dictionary defined by the user. Submit the form
* automatically.
$msg .= ' selected="selected"';
}
$msg .= " value=\"$langs[$i]\"> " . _($langs[$i]) . "</option>\n";
- }
+ }
$msg .= ' </select>'
. '<input type="submit" value="' . _("Go") . '" />'
. '</p>';
* End:
* vim: syntax=php
*/
-
+
?>
\ No newline at end of file