Skip to content
Snippets Groups Projects
Commit e7464db8 authored by andi's avatar andi
Browse files

fix for multiply entity #457

darcs-hash:20050713180456-9977f-77e5f03775df3deae67361cca89fdf454118f093.gz
parent fbdf49cb
No related branches found
No related tags found
No related merge requests found
......@@ -744,7 +744,7 @@ class Doku_Parser_Mode_multiplyentity extends Doku_Parser_Mode {
function connectTo($mode) {
$this->Lexer->addSpecialPattern(
'(?<=\b)\d+[x|X]\d+(?=\b)',$mode,'multiplyentity'
'(?<=\b)\d+[xX]\d+(?=\b)',$mode,'multiplyentity'
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment