Make the public html pages valid xhtml, and validate more RDFa cases.
[htsworkflow.git] / htsworkflow / frontend / templates / base.html
index 7691c58aba2861c457c7e88e04689f2fe6e4f9ec..f8899df9e453177629b945e9ff598ecd8edfa5ab 100644 (file)
@@ -3,7 +3,9 @@
     "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/"
       xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
       xmlns:libns="http://jumpgate.caltech.edu/wiki/LibraryOntology#"
@@ -65,7 +67,6 @@
         {{ content }}
         {% endblock %}
         {% block sidebar %}{% endblock %}
-        <br class="clear" />
     </div>
     <!-- END Content -->