--- a/model/prov-dm.html Fri Mar 09 08:17:01 2012 +0000
+++ b/model/prov-dm.html Fri Mar 09 08:18:41 2012 +0000
@@ -24,10 +24,12 @@
$('.glossary-ref').each(function(index) {
var ref=$(this).attr('ref');
var span=$(this).attr('withspan')
+ $(this).removeAttr('withspan');
+ $(this).removeAttr('ref');
+
$('#'+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())});
}
});