]> git.mjollnir.org Git - moodle.git/commitdiff
corrected small type reported in bug 1152
authorgustav_delius <gustav_delius>
Sat, 8 May 2004 22:06:33 +0000 (22:06 +0000)
committergustav_delius <gustav_delius>
Sat, 8 May 2004 22:06:33 +0000 (22:06 +0000)
lang/en/docs/install.html

index 14c3a3587f18a19dce612b4bd6ce86cab039e442..2716a0d69cf2d18c3694cd45f5114c70c874a399 100644 (file)
@@ -1,7 +1,7 @@
 <head>
     
 <title>Moodle Docs: Installation</title>
-       
+  
 <link rel="stylesheet" href="docstyles.css" type="TEXT/CSS">
     
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -388,7 +388,7 @@ php_value post_max_size 2M
   </blockquote>
   <p>Usually, the "crontab" command will put you into the 'vi' editor. You enter 
      "insert mode" by pressing "i", then type in the line as above, then exit insert mode by 
-     pressing ESC.  You save and exit by typing ":wq", or quit with saving using ":q!" (without the quotes).</p>
+     pressing ESC.  You save and exit by typing ":wq", or quit without saving using ":q!" (without the quotes).</p>
   <p><b>On Windows systems</b>: The simplest way is to use this little package <a href="http://moodle.org/download/moodle-cron-for-windows.zip" title="Click to download this package (150k)" target="_blank">moodle-cron-for-windows.zip</a> 
     which makes this whole thing very easy. You can also explore using the built-in 
     Windows feature for "Scheduled Tasks".</p>