]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10451 Fixed HTML errors, merging from 1.9
authornicolasconnault <nicolasconnault>
Tue, 5 Feb 2008 09:58:05 +0000 (09:58 +0000)
committernicolasconnault <nicolasconnault>
Tue, 5 Feb 2008 09:58:05 +0000 (09:58 +0000)
admin/mnet/delete.html
lang/en_utf8/help/contexts.html
lang/en_utf8/help/markdown.html
lang/en_utf8/help/permissions.html
lang/en_utf8/help/roles.html
mod/wiki/checklinks.html

index cc2b67b2c23e12546861b036c0c7c5c33016ba97..66ed85813373b265372da1df333a735f666b6f3e 100644 (file)
@@ -49,7 +49,7 @@ print_heading(get_string('mnetsettings', 'mnet'));
             </td>
         </tr>
     </table>
-</center>
+</div>
 <?php
 print_footer();
 ?>
index 1825b37f16fd3d4b6dd7773e1b1147cdde8be6d1..f483faa13dca55412657da50509d61e6ea1e510b 100644 (file)
@@ -14,7 +14,6 @@
 <li>Courses</li>
 <li>Blocks and Activities</li>
 </ol>
-</p>
 
 <p>
 See also 
index bee3a4b2bcf2e74fe4a8ea98ee82869ffe7eabaa..d11175daa6c9a472e4a1306ee1257a02eb5a78b8 100644 (file)
@@ -91,8 +91,7 @@ etc.</p>
 
 <h3>Indented Lists</h3>
 
-<p>You can nest or indent bullet and numbered lists, even mixing bullet point and numbered lists in one structure:
-<b></p>
+<p>You can nest or indent bullet and numbered lists, even mixing bullet point and numbered lists in one structure:</p>
 
 <pre>
     * top level bullet one
@@ -104,8 +103,7 @@ etc.</p>
     2. numbered point two
 </pre>
 
-<p></b>
-becomes</p>
+<p>becomes</p>
 
 <ul>
 <li>top level bullet one
index f1753094c90852dc87d7a835dba7675ad8280fd3..385ce717bcc4059886b0351588ad87c147a6d85b 100644 (file)
@@ -10,7 +10,7 @@ For example, one capability is "Start new discussions" (in forums).
 
 <p>
 In each role, you can choose to set the permission for such a capability 
-to one of four values:
+to one of four values:</p>
 <dl>
 <dt>NOT SET</dt>
 <dd>This is the default setting, generally.  It's a neutral setting that
@@ -48,7 +48,6 @@ to one of four values:
   </dd>
 
 </dl>
-</p>
 
 <h1>Conflict resolution of permissions</h1>
 
index e133454e0010f308db71cba4351a1b22fbf91912..319cc8d3f51fed78e32f2bd6de9d6d0a2814a451 100644 (file)
@@ -18,8 +18,8 @@ that user those capabilities just in that forum.
 <p>
 A role must have a <strong>name</strong>.  If you need to name the role for multiple 
 languages you can use multilang syntax if you wish, such as <pre>
-  &lt;span lang="en">Teacher&lt;/span> 
-  &lt;span lang="es_es">Profesor&lt;/span> 
+  &lt;span lang="en"&gt;Teacher&lt;/span&gt; 
+  &lt;span lang="es_es"&gt;Profesor&lt;/span&gt; 
   </pre>If you do this make sure the setting to "filter strings" is on for your installation.
 </p>
 
index 6c56883aaffd14fc8fbfa1bd26dd4b6901f1137a..cd931ecd70e8dc1891bc5b66d63549b0bb6f2eaa 100644 (file)
@@ -14,4 +14,5 @@
   choose_from_menu($pagelist, "pagetocheck", $wikipage, "");
 ?>
   <input type="submit" name="proceed" value="<?php print get_string("checklinks","wiki"); ?>" />
-</center></fieldset></form>
+</fieldset>
+</form>