diff --git a/static/application.js b/static/application.js index 97f7c3c..e8ce0cc 100644 --- a/static/application.js +++ b/static/application.js @@ -223,7 +223,7 @@ haste.prototype.lookupTypeByExtension = function (ext) { haste.prototype.addLineNumbers = function (lineCount) { var h = ''; for (var i = 0; i < lineCount; i++) { - h += (i + 1).toString() + '
'; + h += "" + (i + 1).toString() + "" + '
'; } $('#linenos').html(h); }; diff --git a/static/index.html b/static/index.html index 6e87fde..33250c7 100644 --- a/static/index.html +++ b/static/index.html @@ -12,7 +12,7 @@ - + @@ -23,8 +23,8 @@ - - + +