mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
add semi colon
This commit is contained in:
parent
73820fb038
commit
35475a8841
@ -576,7 +576,7 @@ var IPython = (function (IPython) {
|
||||
|
||||
OutputArea.prototype.append_png = function (png, md, element) {
|
||||
var toinsert = this.create_output_subarea(md, "output_png");
|
||||
var img = $("<img/>")
|
||||
var img = $("<img/>");
|
||||
img[0].setAttribute('src','data:image/png;base64,'+png);
|
||||
if (md['height']) {
|
||||
img[0].setAttribute('height', md['height']);
|
||||
|
Loading…
Reference in New Issue
Block a user