Skip to content

Commit

Permalink
Hot fix: fixed bug with select
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilRep committed Sep 2, 2015
1 parent c438d0b commit 6f2acf5
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 6f2acf5

Please sign in to comment.