diff options
author | chris <chris@jalakai.co.uk> | 2005-09-28 00:31:12 +0200 |
---|---|---|
committer | chris <chris@jalakai.co.uk> | 2005-09-28 00:31:12 +0200 |
commit | e653d5cd50b00d59a653325d20b9fc5d24af3e51 (patch) | |
tree | 47230a7300fe49e8b30dcbee36638451e7ff3cb8 /inc/parser/lexer.php | |
parent | 32e055d461b52f56c6ecb43b695af24617c3a851 (diff) | |
download | rpg-e653d5cd50b00d59a653325d20b9fc5d24af3e51.tar.gz rpg-e653d5cd50b00d59a653325d20b9fc5d24af3e51.tar.bz2 |
remove (?u) from lexer -- its not a valid option
darcs-hash:20050927223112-9b6ab-61c435bb0a674b2a7bd7dd707edc973f3a6bf068.gz
Diffstat (limited to 'inc/parser/lexer.php')
-rw-r--r-- | inc/parser/lexer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/parser/lexer.php b/inc/parser/lexer.php index e0492d7c9..e096fd045 100644 --- a/inc/parser/lexer.php +++ b/inc/parser/lexer.php @@ -142,8 +142,8 @@ class Doku_LexerParallelRegex { $m = "\1\1"; $pattern = preg_replace( array ( - '/\(\?(i|m|s|x|u|U)\)/U', - '/\(\?(\-[i|m|s|x|u|U])\)/U', + '/\(\?(i|m|s|x|U)\)/U', + '/\(\?(\-[i|m|s|x|U])\)/U', '/\(\?\=(.*)\)/sU', '/\(\?\!(.*)\)/sU', '/\(\?\<\=(.*)\)/sU', |