diff options
author | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-14 11:29:14 +0000 |
---|---|---|
committer | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-14 11:29:14 +0000 |
commit | 2cddd013490c9b8f36f9439905195b0909518f98 (patch) | |
tree | 9054253bdbd93df244a9211a00f76fe3a2b38ffd /lib/views/help/requesting.html.erb | |
parent | 05dd15e00d289dbe558dfda6dfbf8b24d74e678a (diff) |
Fix unclosed <dd> tag
- Added a closing slash
- Fixed indentation
Diffstat (limited to 'lib/views/help/requesting.html.erb')
-rw-r--r-- | lib/views/help/requesting.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/help/requesting.html.erb b/lib/views/help/requesting.html.erb index b901eb7..1ef5b68 100644 --- a/lib/views/help/requesting.html.erb +++ b/lib/views/help/requesting.html.erb @@ -279,7 +279,7 @@ </p> <p>Endless, political discussions are not allowed. Post a link to a suitable forum or campaign site elsewhere.</p> - <dd> + </dd> <% end %> </dl> |