HTML validation: Fix problems with tag nesting.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2018-07-06 17:25:15 -04:00 committed by Tim Abbott
parent ecb4fd2193
commit 3806c092c6
2 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ can be found in the following table:
<td>Yes</td>
<td>
<a href="/api/api-keys">API key</a>, which you can get through
Zulip's web interface.</a>
Zulip's web interface.
</td>
</tr>
<tr>

View File

@ -41,10 +41,10 @@
<td class="definition">{{ _('Narrow to just message ID') }} <span class="operator_value">id</span></td>
</tr>
<tr>
<tr>
<td class="operator">is:alerted</td>
<td class="definition">{{ _('Narrow to messages with alert words.') }}</td>
</tr>
<td class="operator">is:alerted</td>
<td class="definition">{{ _('Narrow to messages with alert words.') }}</td>
</tr>
<tr>
<td class="operator">is:mentioned</td>
<td class="definition">{{ _('Narrow to messages that mention you.') }}</td>
</tr>