]> git.mjollnir.org Git - moodle.git/commitdiff
Fix HTML validity of some help files.
authortjhunt <tjhunt>
Thu, 25 Sep 2008 07:33:47 +0000 (07:33 +0000)
committertjhunt <tjhunt>
Thu, 25 Sep 2008 07:33:47 +0000 (07:33 +0000)
lang/en_utf8/help/html.html
lang/en_utf8/help/install.html
lang/en_utf8/help/langedit.html
lang/en_utf8/help/markdown.html
lang/en_utf8/help/richtext2.html

index f9167ad80ee56f7ca2c724162c0d90dcf569105b..da120366958a3d3a7335de2be7ac725010a62172 100644 (file)
@@ -10,8 +10,8 @@
    so:</p>
 
    <ul>
-   <li>there is no need to use any &lt;HEAD> or &lt;BODY> tags
-   <li>be careful about unmatched &lt;/TABLE> tags that may mess up the display.
+   <li>there is no need to use any &lt;HEAD&gt; or &lt;BODY&gt; tags
+   <li>be careful about unmatched &lt;/TABLE&gt; tags that may mess up the display.
    </ul>
 
 <p>Smilies (emoticons) will be converted into their graphical equivalent, and 
index afb6705d5b477b50f89e20fab5b524519dc54b45..376a3366fbad694200aa3abb4c122a787c06bc1b 100644 (file)
@@ -164,9 +164,9 @@ session.bug_compat_warn = 0</pre>
       <pre>
 DirectoryIndex index.php index.html index.htm
 
-&lt;IfDefine APACHE2>
+&lt;IfDefine APACHE2&gt;
      <b>AcceptPathInfo</b> on
-&lt;/IfDefine>
+&lt;/IfDefine&gt;
 
 php_flag magic_quotes_gpc 1
 php_flag magic_quotes_runtime 0
@@ -215,18 +215,18 @@ php_value post_max_size 2M</pre>
     <p>Here are some example Unix command lines for MySQL: </p>
     <pre>
 # mysql -u root -p
-> CREATE DATABASE moodle; 
-> GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,INDEX,ALTER ON moodle.* 
+&gt; CREATE DATABASE moodle; 
+&gt; GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,INDEX,ALTER ON moodle.* 
         TO moodleuser@localhost IDENTIFIED BY 'yourpassword'; 
-> quit 
+&gt; quit 
 # mysqladmin -p reload</pre>
 
     <p>And some example command lines for PostgreSQL: </p>
     <pre>
 # su - postgres
-> psql -c "create user moodleuser createdb;" template1
-> psql -c "create database moodle;" -U moodleuser template1
-> psql -c "alter user moodleuser nocreatedb;" template1</pre>
+&gt; psql -c "create user moodleuser createdb;" template1
+&gt; psql -c "create database moodle;" -U moodleuser template1
+&gt; psql -c "alter user moodleuser nocreatedb;" template1</pre>
   </div>
   <p>&nbsp;</p>
   
index 6f7bc337f2335db5b5a8b7e852255e9166080040..27fb483ee21a6b1478ec1c73beb25395040364f2 100644 (file)
@@ -3,7 +3,7 @@
 <p>To edit languages on this page the files need to be writable 
    by the web server process.</p>
 
-<p>Within some of the strings you will notice <b>$a</b> and <b>$a->something</b>.</p>
+<p>Within some of the strings you will notice <b>$a</b> and <b>$a-&gt;something</b>.</p>
 
 <p>These represent variables that will be replaced by names or other words from 
    within Moodle.</p>  
index d11175daa6c9a472e4a1306ee1257a02eb5a78b8..0a1ae969cc4a345757049132ef6a24d4603626df 100644 (file)
 
 <p>You can add three levels of emphasis with Markdown, <em>italic</em> text, <strong>bold</strong> text, or <strong><em>bold and italic</em></strong> text. This is achieved by surrounding the text you wish to emphasise with asterisks e.g.</p>
 
-<p><strong><code>*italic*</code></strong> -> <em>italic</em> <br />
-<strong><code>**bold**</code></strong> -> <strong>bold</strong> <br />
-<strong><code>***bold italic***</code></strong> -> <strong><em>bold italic</em></strong></p>
+<p><strong><code>*italic*</code></strong> -&gt; <em>italic</em> <br />
+<strong><code>**bold**</code></strong> -&gt; <strong>bold</strong> <br />
+<strong><code>***bold italic***</code></strong> -&gt; <strong><em>bold italic</em></strong></p>
 
 <p>Emphasis can be added to single words, a sequence of words, or even parts of words:</p>
 
-<p><strong><code>a *single* word</code></strong> -> a <em>single</em> word <br />
-<strong><code>***a sequence of words***</code></strong> -> <strong><em>a sequence of words</em></strong> <br />
-<strong><code>in**distinguish**able</code></strong> -> in<strong>distinguish</strong>able</p>
+<p><strong><code>a *single* word</code></strong> -&gt; a <em>single</em> word <br />
+<strong><code>***a sequence of words***</code></strong> -&gt; <strong><em>a sequence of words</em></strong> <br />
+<strong><code>in**distinguish**able</code></strong> -&gt; in<strong>distinguish</strong>able</p>
 
 <p>Underscores (_) can be used interchangeably with asterisks for this purpose.</p>
 
@@ -123,7 +123,7 @@ etc.</p>
 
 <h2><a id="quotes">quoted paragraphs</a></h2>
 
-<p>You can indicate a quoted section of text by beginning each line with an angle bracket (>). This character was chosen as many email programs use it to indicate quoted sections. The output will generally indent the quoted section in from both margins.</p>
+<p>You can indicate a quoted section of text by beginning each line with an angle bracket (&gt;). This character was chosen as many email programs use it to indicate quoted sections. The output will generally indent the quoted section in from both margins.</p>
 
 <p><strong><code>&gt; This is a quoted paragraph</code> <br />
 <code>&gt; spread over two lines</code></strong>  </p>
index 3f0d092451cc646bda5878f7ee1f5d697f52f9a4..6493142375abbeb53c86384293842f8286ae80c2 100644 (file)
@@ -45,4 +45,4 @@
 <p>To embed these small icons in your text, click on the smiley icon in the toolbar.  A dialog will pop up that allows you to select from the following smiley icons. (Alternatively, you can just type the corresponding code straight into your text and it will be converted later when your text is displayed).</p>
 <div id="emoticons">##emoticons_html##</div>
 </div>
-<div style="clear:both">&nbsp;<div>
+<div style="clear:both">&nbsp;</div>