mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 17:59:29 +02:00
Parse contents of <noautolink> tags.
- Fix: Contents of <noautolink> tags are now properly parsed as Wiki text. Closes #34.
This commit is contained in:
@ -125,7 +125,7 @@ class Extension {
|
|||||||
* See https://www.mediawiki.org/wiki/Manual:Tag_extensions#Example
|
* See https://www.mediawiki.org/wiki/Manual:Tag_extensions#Example
|
||||||
*/
|
*/
|
||||||
public static function doNoautolinksTag( $input, array $args, \Parser $parser, \PPFrame $frame ) {
|
public static function doNoautolinksTag( $input, array $args, \Parser $parser, \PPFrame $frame ) {
|
||||||
return htmlspecialchars( $input );
|
return $parser->recursiveTagParse( $input, $frame );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user