From 74e784af08db18ea5fbdfd38e5ad0b3769ca6692 2013-05-30 16:59:16 From: MinRK Date: 2013-05-30 16:59:16 Subject: [PATCH] use .text() instead of .html() --- diff --git a/IPython/frontend/html/notebook/static/notebook/js/textcell.js b/IPython/frontend/html/notebook/static/notebook/js/textcell.js index 74be539..7f99ab0 100644 --- a/IPython/frontend/html/notebook/static/notebook/js/textcell.js +++ b/IPython/frontend/html/notebook/static/notebook/js/textcell.js @@ -514,7 +514,7 @@ var IPython = (function (IPython) { $('') .addClass('anchor-link') .attr('href', '#' + link) - .html('¶') + .text('¶') ) ); };