Merge pull request #2868 from alphagov/letter-validation-content-fix

Correct typo and remove sub-heading
This commit is contained in:
Chris Hill-Scott
2019-03-22 13:21:45 +00:00
committed by GitHub

View File

@@ -30,13 +30,12 @@
</div> </div>
{%if not pages %} {%if not pages %}
<div> <div>
<h1 class="heading-medium">Check your file meets the letter specification </h1>
<p>Your file must be: <p>Your file must be:
<li>a PDF</li> <li>a PDF</li>
<li>no more than 10 pages long</li> <li>no more than 10 pages long</li>
<li>less than 2 MB</li> <li>less than 2 MB</li>
</p> </p>
<p>The content of your letter mut appear inside the printable area.</p> <p>The content of your letter must appear inside the printable area.</p>
<p> <p>
<a href="https://docs.notifications.service.gov.uk/documentation/images/notify-pdf-letter-spec-v2.3.pdf"> <a href="https://docs.notifications.service.gov.uk/documentation/images/notify-pdf-letter-spec-v2.3.pdf">
Download the letter specification</a> for more information. Download the letter specification</a> for more information.