]> git.pld-linux.org Git - packages/dokuwiki-plugin-pageredirect.git/blob - dokuwiki-plugin-pageredirect-pagematch.patch
- preserve #section anchors on redirect
[packages/dokuwiki-plugin-pageredirect.git] / dokuwiki-plugin-pageredirect-pagematch.patch
1 --- pageredirect/syntax.php~    2007-01-24 12:36:50.000000000 +0200
2 +++ pageredirect/syntax.php     2008-01-25 11:36:14.597898649 +0200
3 @@ -36,7 +36,7 @@
4         function getSort() { return 1; }
5         
6         function connectTo($mode) { 
7 -               $this->Lexer->addSpecialPattern('~~REDIRECT>[a-zA-Z0-9_\-:]+~~', $mode, 'plugin_pageredirect');
8 +               $this->Lexer->addSpecialPattern('~~REDIRECT>.+~~', $mode, 'plugin_pageredirect');
9         }
10         
11         /** 
This page took 0.122733 seconds and 3 git commands to generate.