aboutsummaryrefslogtreecommitdiff
path: root/forged/templates/400_colon.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'forged/templates/400_colon.tmpl')
-rw-r--r--forged/templates/400_colon.tmpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/forged/templates/400_colon.tmpl b/forged/templates/400_colon.tmpl
index c5f72a3..6509c0f 100644
--- a/forged/templates/400_colon.tmpl
+++ b/forged/templates/400_colon.tmpl
@@ -11,11 +11,13 @@
</head>
<body class="400-colon">
{{- template "header" . -}}
- <div class="padding-wrapper complete-error-page">
- <h1>400 Bad Request</h1>
- <p>We recently switched URL schemes. Previously &ldquo;<code>:</code>&rdquo; was used as our URL group separator, but because OpenSMTPD does not implement local-part address quoting properly, we&rsquo;re unable to include &ldquo;<code>:</code>&rdquo; in URLs properly, hence we use &ldquo;<code>-</code>&rdquo; now.</p>
- <p>As a precaution in case visitors get confused, this page was set up. <strong>You should probably replace the &ldquo;<code>:</code>&rdquo;s with &ldquo;<code>-</code>&rdquo;s in the URL bar.</strong> If there are colons in the URL that <em>is not</em> the group separator&mdash;that&rsquo;s an edge case that we&rsquo;ll fix later.</p>
- </div>
+ <main>
+ <div class="padding-wrapper complete-error-page">
+ <h1>400 Bad Request</h1>
+ <p>We recently switched URL schemes. Previously &ldquo;<code>:</code>&rdquo; was used as our URL group separator, but because OpenSMTPD does not implement local-part address quoting properly, we&rsquo;re unable to include &ldquo;<code>:</code>&rdquo; in URLs properly, hence we use &ldquo;<code>-</code>&rdquo; now.</p>
+ <p>As a precaution in case visitors get confused, this page was set up. <strong>You should probably replace the &ldquo;<code>:</code>&rdquo;s with &ldquo;<code>-</code>&rdquo;s in the URL bar.</strong> If there are colons in the URL that <em>is not</em> the group separator&mdash;that&rsquo;s an edge case that we&rsquo;ll fix later.</p>
+ </div>
+ </main>
<footer>
{{- template "footer" . -}}
</footer>