From a4396704664c40c531a5bb5ff155ad20e1e97139 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 18:47:25 +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 c20e2e6..eb2d94c 100644 --- a/JSDOC/PrettyPrint.js +++ b/JSDOC/PrettyPrint.js @@ -71,7 +71,7 @@ function toPretty(str) continue; } - r += escapeHTML(toks[i].data).replace(/\n/g, '
'); + r += escapeHTML(toks[i].data).replace(/\n/g, "
\n"); } if (cs.length) r +=''; return ''+r+''; -- 2.39.2