Searched hist:"80 fcb26867ee7f89b0c1e7db9c9e59dc4c9aeb58" (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/ |
| H A D | common.php | 80fcb26867ee7f89b0c1e7db9c9e59dc4c9aeb58 Tue Mar 23 10:00:20 UTC 2010 Adrian Lang <lang@cosmocode.de> Rewrite wikitext slicing for section edits
This commit adresses two issues: * rawWikiSlices used to drop the first byte of the suffix (usually a newline, but custom section edits may not be bound to newlines) * con used to insert way too much newlines: the newline that got dropped by the bug in rawWikiSlices and one additional newline in prefix and text each if they are not terminated by a newline. Now con only inserts newlines if there are absolutely no newlines between prefix and text and text and suffix.
|