4399 Close paragraph and table rows (#4400)

This commit is contained in:
Coen van der Kamp 2018-03-19 14:35:20 +01:00 committed by Bertrand Bordage
parent 490c4a713a
commit 07bcf45027

View file

@ -96,7 +96,9 @@
<section id="help">
<h2>Help text</h2>
<p>Help text is not to be confused with the messages that appear in a banner drop down from the top of the screen. Help text are permanent instructions, visible on every page view, that explain or warn about something.
<p>
Help text is not to be confused with the messages that appear in a banner drop down from the top of the screen. Help text are permanent instructions, visible on every page view, that explain or warn about something.
</p>
<div class="help-block help-info">
<p>This is help text that might be just for information, explaining what happens next, or drawing the user's attention to something they're about to do</p>
@ -205,21 +207,21 @@
</td>
<td>Regular listing TD</td>
<td>Regular listing TD</td>
</li>
</tr>
<tr class="disabled">
<td class="title">
<h2>Disabled TD with title class</h2>
</td>
<td>Regular listing TD</td>
<td>Regular listing TD</td>
</li>
<tr >
</tr>
<tr>
<td class="title">
<h2><a href="">TD with title class</a></h2>
</td>
<td>Regular listing TD</td>
<td>Regular listing TD</td>
</li>
</tr>
</tbody>
</table>
</section>