use .text() instead of .html()

This commit is contained in:
MinRK 2013-05-30 09:59:16 -07:00
parent 7fb4e218dc
commit d48409cdf6

View File

@ -514,7 +514,7 @@ var IPython = (function (IPython) {
$('<a/>')
.addClass('anchor-link')
.attr('href', '#' + link)
.html('¶')
.text('¶')
)
);
};