[dev] Small typo in IMP

Ruben van der Steenhoven ruben_donotspamme at webmeesters.nl
Tue Jun 10 00:16:59 PDT 2003


Hi,

while trying to find out why i can't get INGO filters to work, i found a 
typo in the IMP source, so here's the fix...

Regards,

Ruben

--- prefs.inc   Tue Jun 10 08:36:01 2003
+++ prefs.new   Tue Jun 10 09:09:23 2003
@@ -75,7 +75,7 @@
            <td class="item" align="left" width="97%">
              <label for="filter_display"><?php echo _("Apply filter 
rules whenever INBOX is displayed?") ?></label>
            </td>
-          <td class="item" align="right" wisth="1%">
+          <td class="item" align="right" width="1%">
              <?php echo Help::link('imp', 'filter-on-display') ?>
            </td>
          </tr>
@@ -88,7 +88,7 @@
            <td class="item" align="left" width="97%">
              <label for="filter_menuitem"><?php echo _("Show the filter 
icon on the menubar?") ?></label>
            </td>
-          <td class="item" align="right" wisth="1%">
+          <td class="item" align="right" width="1%">
              <?php echo Help::link('imp', 'filter-menuitem') ?>
            </td>
          </tr>




More information about the dev mailing list