Fixed a couple typos in mod_rewrite detection (I'm really doing this blind, as the source tree used for testing is different than the one for editing)
authorDan
Sun, 21 Dec 2008 06:32:06 -0500
changeset 773 7b1ac402b451
parent 772 fe9364353f90
child 774 ad3695780ce4
Fixed a couple typos in mod_rewrite detection (I'm really doing this blind, as the source tree used for testing is different than the one for editing)
install/includes/stages/website.php
--- a/install/includes/stages/website.php	Sun Dec 21 06:30:33 2008 -0500
+++ b/install/includes/stages/website.php	Sun Dec 21 06:32:06 2008 -0500
@@ -167,8 +167,9 @@
     if ( $patch_necessary ):
     ?>
       <div class="usermessage">
-        <b><?php echo $lang->get('website_msg_modwrite_disabled'); ?></b><br />
+        <b><?php echo $lang->get('website_msg_modrewrite_disabled'); ?></b><br />
         <?php echo $lang->get('website_msg_modrewrite_maybeneeded'); ?>
+      </div>
     <?php
     endif;
   }