##// END OF EJS Templates
add semi colon
Matthias Bussonnier -
Show More
@@ -576,7 +576,7 b' var IPython = (function (IPython) {'
576 576
577 577 OutputArea.prototype.append_png = function (png, md, element) {
578 578 var toinsert = this.create_output_subarea(md, "output_png");
579 var img = $("<img/>")
579 var img = $("<img/>");
580 580 img[0].setAttribute('src','data:image/png;base64,'+png);
581 581 if (md['height']) {
582 582 img[0].setAttribute('height', md['height']);
General Comments 0
You need to be logged in to leave comments. Login now