Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Using html() based on Raymond's feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
larz0 committed Nov 5, 2013
1 parent d300a44 commit e58a1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/ImageViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ define(function (require, exports, module) {
$("#img-data").html(dimensionString + sizeString);
},
function (error) {
$("#img-data").text(dimensionString);
$("#img-data").html(dimensionString);
}
);
$("#image-holder").show();
Expand Down

0 comments on commit e58a1d5

Please sign in to comment.