With enabled s9ymarkup it will be rendered to:
c:\Users%username%
Without it's correctly rendered to:
c:\Users\%username%
The following line in serendipity_event_s9ymarkup.php causes this:
Code: Select all
$text = preg_replace('/([\\\])([*#_|^@%])/', '\2', $text);