mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
use .text() instead of .html()
This commit is contained in:
parent
7fb4e218dc
commit
d48409cdf6
@ -514,7 +514,7 @@ var IPython = (function (IPython) {
|
||||
$('<a/>')
|
||||
.addClass('anchor-link')
|
||||
.attr('href', '#' + link)
|
||||
.html('¶')
|
||||
.text('¶')
|
||||
)
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user