diff options
Diffstat (limited to 'templates/404.html')
-rw-r--r-- | templates/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/404.html b/templates/404.html index 6b3fc368..bfb86e7d 100644 --- a/templates/404.html +++ b/templates/404.html @@ -23,7 +23,7 @@ <div style="padding:5px 0px 10px 0;line-height:25px;"> <h3>{% trans "Sorry, could not find the page you requested." %}</h3> <div style="margin-top:5px"> - {% trans "This might have happened for the following reasons:" %}<br> + {% trans "This might have happened for the following reasons:" %}<br/> <ul> <li>{% trans "this question or answer has been deleted;" %}</li> <li>{% trans "url has error - please check it;" %}</li> |