Index: /trunk/plugins/SuperClean/dialog.html
===================================================================
--- /trunk/plugins/SuperClean/dialog.html (revision 282)
+++ /trunk/plugins/SuperClean/dialog.html (revision 361)
@@ -3,25 +3,25 @@
     <l10n>Please select from the following cleaning options...</l10n>
     <div id="[divTidy]">
-        <input type="checkbox" name="[tidy]" id="[tidy]" />
+        <input type="checkbox" name="[tidy]" id="[tidy]" checked />
         <label for="[tidy]">
         <l10n>General tidy up and correction of some problems.</l10n></label>
     </div>
     <div>
-        <input type="checkbox" name="[word_clean]" id="[word_clean]" />
+        <input type="checkbox" name="[word_clean]" id="[word_clean]" checked />
         <label for="[word_clean]">
         <l10n>Clean bad HTML from Microsoft Word</l10n></label>
     </div>
     <div>
-        <input type="checkbox" name="[faces]" id="[faces]" />
+        <input type="checkbox" name="[faces]" id="[faces]" checked />
         <label for="[faces]">
         <l10n>Remove custom typefaces (font "styles").</l10n></label>
     </div>
     <div>
-        <input type="checkbox" name="[sizes]" id="[sizes]" />
+        <input type="checkbox" name="[sizes]" id="[sizes]" checked />
         <label for="[sizes]">
         <l10n>Remove custom font sizes.</l10n></label>
     </div>
     <div>
-        <input type="checkbox" name="[colors]" id="[colors]" />
+        <input type="checkbox" name="[colors]" id="[colors]" checked />
         <label for="[colors]">
         <l10n>Remove custom text colors.</l10n></label>
