Skip to content

Commit

Permalink
Merge pull request #153 from m1x0n/hot-fix-select
Browse files Browse the repository at this point in the history
Hot fix select
  • Loading branch information
m1x0n committed Sep 2, 2015
2 parents 9c09f5f + 85380bb commit d79bad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ define([
},

htmlspecialchars: function (html) {
if (html) {
if (!html) {
return '';
}
return html.replace(/&/g, '&')
Expand Down

0 comments on commit d79bad8

Please sign in to comment.