diff --git a/live.js b/live.js index 106c63c..8453b69 100644 --- a/live.js +++ b/live.js @@ -111,8 +111,13 @@ var load = function(func) { var addStyle = function(name, el) { styles[name] = el; select.innerHTML += - ''; + ''; }; /** @@ -303,7 +308,7 @@ var load = function(func) { if (!pending) { var style = doc.createElement('style'); - style.textContent = '/* No stylesheet found. */'; + style.textContent = '/* No stylesheet found. */\n'; doc.head.appendChild(style); el = [ style ]; pending++;