This repository was archived by the owner on Apr 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,8 @@ window['_pr_isIE6'] = function () {
264264 . replace ( pr_gtEnt , '>' )
265265 . replace ( pr_aposEnt , "'" )
266266 . replace ( pr_quotEnt , '"' )
267- . replace ( pr_ampEnt , '& ' )
268- . replace ( pr_nbspEnt , ' ' ) ;
267+ . replace ( pr_nbspEnt , ' ' )
268+ . replace ( pr_ampEnt , '& ' ) ;
269269 }
270270
271271 /** is the given node's innerHTML normally unescaped? */
Original file line number Diff line number Diff line change @@ -1013,6 +1013,9 @@ <h1>CSS w/ language specified</h1>
10131013-->
10141014</ pre >
10151015
1016+ < h1 > Issue 84 NBSPs</ h1 >
1017+ < pre class ="prettyprint lang-java " id ="issue84 "> super("&nbsp;");</ pre >
1018+
10161019< h1 > Issue 86</ h1 >
10171020< p > < code class ="prettyprint " id ="issue86_0 "> #One
10181021Two words</ code > </ p >
@@ -2390,6 +2393,7 @@ <h1>Issue 86</h1>
23902393 '`KWDfont-weight`END`PUN:`END`PLN bolder `END`PUN}`END`PLN<br>' +
23912394 '`END`COM-->`END'
23922395 ) ,
2396+ issue84 : '`KWDsuper`END`PUN(`END`STR"&nbsp;"`END`PUN);`END' ,
23932397 issue86_0 : '`COM#One Two words`END' ,
23942398 issue86_1 : '`COM#One`END`PLN<br>' +
23952399 '`END`TYPTwo`END`PLN lines`END' ,
You can’t perform that action at this time.
0 commit comments