Show More
@@ -517,12 +517,12 var IPython = (function (IPython) { | |||
|
517 | 517 | var r = this.element.find("div.text_cell_render"); |
|
518 | 518 | r.empty(); |
|
519 | 519 | r.append( |
|
520 | $('<h'+this.level+'/>') | |
|
521 | .append( | |
|
520 | 522 | $('<a/>') |
|
521 | 523 | .addClass('heading-link') |
|
522 | 524 | .attr('href', '#' + text) |
|
523 | 525 | .attr('name', text) |
|
524 | .append( | |
|
525 | $('<h'+this.level+'/>') | |
|
526 | 526 | .html(text) |
|
527 | 527 | ) |
|
528 | 528 | ); |
General Comments 0
You need to be logged in to leave comments.
Login now