prep for wd4
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Fri, 09 Mar 2012 08:17:01 +0000
changeset 1829 a646107cc2dc
parent 1828 69004edd5f65
child 1830 8c9dcb8113b9
prep for wd4
model/prov-dm.html
--- a/model/prov-dm.html	Thu Mar 08 22:41:06 2012 +0000
+++ b/model/prov-dm.html	Fri Mar 09 08:17:01 2012 +0000
@@ -27,6 +27,7 @@
           $('#'+ref+'.glossary').contents().clone().appendTo($(this));
           $(this).attr('prov:hadOriginalSource',glossary_hg);
           if (span) {
+            $(this).removeAttr('withspan');
             $(this).children('dfn').replaceWith(function(){return $('<span>').addClass('dfn').append($(this).contents())});
           }
         });