Fix unclosed list and awkward line breaks

This commit is contained in:
Chris Hill-Scott
2020-01-24 16:16:41 +00:00
parent d29f23bfc8
commit 822e29138d

View File

@@ -16,6 +16,7 @@
<li><a href="#links">add links</a></li> <li><a href="#links">add links</a></li>
<li><a href="#personalised-content">personalise your content</a></li> <li><a href="#personalised-content">personalise your content</a></li>
<li><a href="#optional-content">add optional content</a></li> <li><a href="#optional-content">add optional content</a></li>
</ul>
<h2 class="heading-medium" id="formatting">Format your content</h2> <h2 class="heading-medium" id="formatting">Format your content</h2>
@@ -65,7 +66,7 @@
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li> <li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
<li>Go to the <b class="govuk-!-font-weight-bold">Templates</b> page.</li> <li>Go to the <b class="govuk-!-font-weight-bold">Templates</b> page.</li>
<li>Add a new template or choose an existing template and select <b class="govuk-!-font-weight-bold">Edit</b>.</li> <li>Add a new template or choose an existing template and select <b class="govuk-!-font-weight-bold">Edit</b>.</li>
<li>Add a placeholder using double brackets. For example: Hello ((first name)), your reference is ((ref number)).</li> <li>Add a placeholder using double brackets. For example: Hello ((first&nbsp;name)), your reference is ((ref&nbsp;number)).</li>
<li>Select <b class="govuk-!-font-weight-bold">Save</b>.</li> <li>Select <b class="govuk-!-font-weight-bold">Save</b>.</li>
</ol> </ol>