Fixes indentation of example response HTML

This commit is contained in:
Samuel Ryan 2015-11-09 18:49:37 +00:00
parent 084b3322fe
commit 0bc8dd501b

View File

@ -21,14 +21,16 @@ Link: <https://spqr.example.org/legislatione>; rel="blocked-by"
Content-Type: text/html Content-Type: text/html
<html> <html>
<head><title>Unavailable For Legal Reasons</title></head> <head>
<body> <title>Unavailable For Legal Reasons</title>
<h1>Unavailable For Legal Reasons</h1> </head>
<p>This request may not be serviced in the Roman Province <body>
of Judea due to the Lex Julia Majestatis, which disallows <h1>Unavailable For Legal Reasons</h1>
access to resources hosted on servers deemed to be <p>This request may not be serviced in the Roman Province
operated by the People's Front of Judea.</p> of Judea due to the Lex Julia Majestatis, which disallows
</body> access to resources hosted on servers deemed to be
operated by the People's Front of Judea.</p>
</body>
</html> </html>
``` ```