]> git.openstreetmap.org Git - osqa.git/commitdiff
fixed some unclosed <ul>s and <a>s
authormatt <matt@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 24 May 2010 14:17:59 +0000 (14:17 +0000)
committermatt <matt@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 24 May 2010 14:17:59 +0000 (14:17 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@316 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/404.html
forum/skins/default/templates/500.html

index 227de3ae33a3ac7da6b134ffe3030aa31bbce5bb..d02a42144fc756e48f57f1da2d5d42583eaf24d8 100644 (file)
         <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/>
-        <ul>
+            <ul>
             <li>{% trans "this question or answer has been deleted;" %}</li>
             <li>{% trans "url has error - please check it;" %}</li>
             <li>{% trans "the page you tried to visit is protected or you don't have sufficient points, see" %} <a href="{% url faq %}"> faq</a>;</li>
             <li>{% trans "if you believe this error 404 should not have occured, please" %} 
                                <a href="{{feedback_site_url}}" target="_blank">{% trans "report this problem" %}</a></li>
-            </u>
+            </ul>
         </div>
         <script type="text/javascript">
             var GOOG_FIXURL_LANG = '{{settings.LANGUAGE_CODE}}';
         </script>
         <script type="text/javascript" src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
         <ul>
-            <li><a href="#" id="linkPrevious">{% trans "back to previous page" %} »</li>
+            <li><a href="#" id="linkPrevious">{% trans "back to previous page" %} »</a></li>
             <li><a href="{% url questions %}">{% trans "see all questions" %} »</a></li>
             <li><a href="{% url tags %}">{% trans "see all tags" %} »</a></li>
-        </u>
+        </ul>
     </div>
 
 </div>
index 51e73178c0b2d5263cfaf3e9328ff77974371b69..3300b8e91a8ed4796972e8955c2f97b549043352 100644 (file)
         {% trans "system error log is recorded, error will be fixed as soon as possible" %}<br/>
                {% trans "please report the error to the site administrators if you wish" %}
         <ul>
-            <li><a href="#" id="linkPrevious">{% trans "back to previous page" %}</li>
+            <li><a href="#" id="linkPrevious">{% trans "back to previous page" %}</a></li>
             <li><a href="{% url questions %}">{% trans "see latest questions" %}</a></li>
             <li><a href="{% url tags %}">{% trans "see tags" %}</a></li>
-        </u>
+        </ul>
     </div>
 
 </div>