diff --git a/toolkit/components/reader/JSDOMParser.js b/toolkit/components/reader/JSDOMParser.js index 44c86caca4ca..827b95858e19 100644 --- a/toolkit/components/reader/JSDOMParser.js +++ b/toolkit/components/reader/JSDOMParser.js @@ -27,7 +27,7 @@ (function (global) { function error(m) { - dump("JSDOMParser error: " + m); + dump("JSDOMParser error: " + m + "\n"); } // When a style is set in JS, map it to the corresponding CSS attribute