]> git.pld-linux.org Git - packages/dokuwiki-plugin-pageredirect.git/blame - dokuwiki-plugin-pageredirect-pagematch.patch
- preserve #section anchors on redirect
[packages/dokuwiki-plugin-pageredirect.git] / dokuwiki-plugin-pageredirect-pagematch.patch
CommitLineData
0a4a960e
ER
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.063951 seconds and 4 git commands to generate.