##// END OF EJS Templates
use .text() instead of .html()
MinRK -
Show More
@@ -514,7 +514,7 b' var IPython = (function (IPython) {'
514 $('<a/>')
514 $('<a/>')
515 .addClass('anchor-link')
515 .addClass('anchor-link')
516 .attr('href', '#' + link)
516 .attr('href', '#' + link)
517 .html('¶')
517 .text('¶')
518 )
518 )
519 );
519 );
520 };
520 };
General Comments 0
You need to be logged in to leave comments. Login now