From 20bc9945b7fb57a92a87ef93ed48627385c0b0d3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 15:15:41 +0800 Subject: [PATCH] JSDOC/PrettyPrint.js --- JSDOC/PrettyPrint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/PrettyPrint.js b/JSDOC/PrettyPrint.js index 3433f0c..3101f30 100644 --- a/JSDOC/PrettyPrint.js +++ b/JSDOC/PrettyPrint.js @@ -73,7 +73,7 @@ function toPretty(str) continue; } - r += escapeHTML(toks[i].data).replace(/\n/g, "
\n"); + r += escapeHTML(toks[i].data); //.replace(/\n/g, "
\n"); } if (cs.length) r +=''; -- 2.39.2