Messed up the RDFa for specifying that a library was of type library.
authorDiane Trout <diane@caltech.edu>
Thu, 22 Mar 2012 18:40:11 +0000 (11:40 -0700)
committerDiane Trout <diane@caltech.edu>
Thu, 22 Mar 2012 18:40:11 +0000 (11:40 -0700)
htsworkflow/frontend/templates/sample_header.html

index e3cbeb18ce1e1c04d7f2228503097fd9589024eb..217c31795c6363332e13ebc0b50820745a87572d 100644 (file)
@@ -4,7 +4,7 @@
     <b>Library ID</b>:
        <a href="{{lib.get_absolute_url}}"><span property="libns:library_id">{{ lib.id }}</span></a>
        {% if user.is_staff %}<a href="{{lib.get_admin_url}}"><img class="icon_button" src="/media/img/admin/icon_changelink.gif"/></a>{% endif %}
-       <br property="rdf:type" content="libns:library"/>
+       <br rel="rdf:type" resource="libns:library"/>
     <b>Name</b>:
       <span property="libns:name">{{ lib.library_name }}</span>
     <br/>