Make the public html pages valid xhtml, and validate more RDFa cases.
[htsworkflow.git] / htsworkflow / frontend / templates / base.html
index e623d0d6f6672640f9afff19d418566cc6f5025f..f8899df9e453177629b945e9ff598ecd8edfa5ab 100644 (file)
@@ -3,7 +3,7 @@
     "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
       version="XHTML+RDFa 1.0"
-      xmlns:xml="http://www.w3.org/1999/xhtml"
+      xmlns:xml="http://www.w3.org/XML/1998/namespace"
       xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
       xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
       xmlns:dc="http://purl.org/dc/elements/1.1/"
@@ -67,7 +67,6 @@
         {{ content }}
         {% endblock %}
         {% block sidebar %}{% endblock %}
-        <br class="clear" />
     </div>
     <!-- END Content -->