fixed some quote issues.

This commit is contained in:
kay.one 2013-06-22 08:58:16 -07:00
parent 769331d45d
commit ee28926da0
8 changed files with 54 additions and 54 deletions

View file

@ -25,7 +25,7 @@ define(['app','backgrid' ], function () {
}
}
this.$el.html('<i class='{0}'/>'.format(icon));
this.$el.html('<i class="{0}"/>'.format(icon));
}
return this;