? boost-506970.patch
Index: boost.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.admin.inc,v
retrieving revision 1.1.2.1.2.3.2.34
diff -u -p -r1.1.2.1.2.3.2.34 boost.admin.inc
--- boost.admin.inc	30 Jun 2009 02:59:08 -0000	1.1.2.1.2.3.2.34
+++ boost.admin.inc	7 Jul 2009 20:19:34 -0000
@@ -239,6 +239,7 @@ function boost_admin_settings($form = ar
     '#title'         => t('Generated Rules'),
     '#default_value' => $htaccess,
     '#rows'          => count(explode("\n", $htaccess))+1,
+    '#wysiwyg'       => FALSE,
     '#description'   => t("Copy this into your .htaccess file below <pre><tt>  # RewriteBase / </tt></pre> and above <pre><tt>  # Rewrite URLs of the form 'x' to the form 'index.php?q=x'</tt></pre>"),
   );
 
