MDL-10451 Fixed HTML errors, merging from 1.9

This commit is contained in:
nicolasconnault
2008-02-05 09:58:05 +00:00
parent 9aa2d50136
commit 10bd016e80
6 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ print_heading(get_string('mnetsettings', 'mnet'));
</td>
</tr>
</table>
</center>
</div>
<?php
print_footer();
?>
-1
View File
@@ -14,7 +14,6 @@
<li>Courses</li>
<li>Blocks and Activities</li>
</ol>
</p>
<p>
See also
+2 -4
View 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
+1 -2
View 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>
+2 -2
View 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>
+2 -1
View 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>