Skip to content

Commit

Permalink
MDL-10451 Fixed HTML errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Feb 5, 2008
1 parent 98e8766 commit 93f56c2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion admin/mnet/delete.html
Expand Up @@ -46,7 +46,7 @@
</td>
</tr>
</table>
</center>
</div>
<?php
print_footer();
?>
1 change: 0 additions & 1 deletion lang/en_utf8/help/contexts.html
Expand Up @@ -14,7 +14,6 @@ <h1>Contexts</h1>
<li>Courses</li>
<li>Blocks and Activities</li>
</ol>
</p>

<p>
See also
Expand Down
6 changes: 2 additions & 4 deletions lang/en_utf8/help/dialogue/info.html
@@ -1,4 +1,4 @@
<img alt="" src="<?php echo $CFG->wwwroot?>/mod/dialogue/icon.gif" />&nbsp;<b>Dialogues</b></p>
<img alt="" src="<?php echo $CFG->wwwroot?>/mod/dialogue/icon.gif" />&nbsp;<b>Dialogues</b>

<p>This module provides a simple communication method between pairs of users.
A teacher can open an dialogue with a student, a student can open
Expand All @@ -18,7 +18,7 @@
<p>...The module deletes closed dialogues and all their entries after a
certain time. That time is set here when the Dialogue is created.</p>

<p>If the course has groups the following points apply.
<p>If the course has groups the following points apply.</p>
<ul><li>When opening a new dialogue the teacher is shown the group mode of the
dialogue and their current group. This information is displayed immediately
below the Tab Bar.</li>
Expand All @@ -31,5 +31,3 @@
dialogues). In this mode students who are not in any group do not see any
other students.</li>
</ul>
</p>

6 changes: 2 additions & 4 deletions lang/en_utf8/help/markdown.html
Expand Up @@ -91,8 +91,7 @@ <h3>Numbered Lists</h3>

<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
Expand All @@ -104,8 +103,7 @@ <h3>Indented Lists</h3>
2. numbered point two
</pre>

<p></b>
becomes</p>
<p>becomes</p>

<ul>
<li>top level bullet one
Expand Down
3 changes: 1 addition & 2 deletions lang/en_utf8/help/permissions.html
Expand Up @@ -10,7 +10,7 @@ <h1>Permissions</h1>

<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>INHERIT</dt>
<dd>This is the default setting, generally. It's a neutral setting that
Expand Down Expand Up @@ -48,7 +48,6 @@ <h1>Permissions</h1>
</dd>

</dl>
</p>

<h1>Conflict resolution of permissions</h1>

Expand Down
4 changes: 2 additions & 2 deletions lang/en_utf8/help/roles.html
Expand Up @@ -18,8 +18,8 @@ <h1>Roles</h1>
<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>

Expand Down
3 changes: 2 additions & 1 deletion mod/wiki/checklinks.html
Expand Up @@ -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>

0 comments on commit 93f56c2

Please sign in to comment.