replaced tracedTo by wasInfluencedBy
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Sat, 23 Jun 2012 06:45:06 -0700
changeset 3431 a8b62972acaa
parent 3430 02dd146bddaa
child 3432 85a57bd9234b
replaced tracedTo by wasInfluencedBy
model/prov-dm.html
--- a/model/prov-dm.html	Sat Jun 23 06:41:51 2012 -0700
+++ b/model/prov-dm.html	Sat Jun 23 06:45:06 2012 -0700
@@ -73,7 +73,7 @@
           var myid=$(this).attr('id');
 
 
-          $(this).replaceWith(function(){return $('<span>').addClass('figcaption').attr('id',myid).append($(this).contents())});
+          $(this).replaceWith(function(){return $('<p>').append($('<span>').addClass('figcaption').attr('id',myid).append($(this).contents()))});
         });
       }