*) Fix for the fix...

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2615 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 19 years ago
parent f9a5b55a9e
commit cd636eb00e

@ -1061,7 +1061,7 @@ public class wikiCode {
}
//check if line contains preformatted symbols or if we are in a preformatted sequence already.
if ((result.indexOf("<pre>")>=0)||(result.indexOf("</pre>")>=0)||(preformattedSpan)){
else if ((result.indexOf("<pre>")>=0)||(result.indexOf("</pre>")>=0)||(preformattedSpan)){
result = preformattedTag(result, switchboard);
}

Loading…
Cancel
Save