mirror of
				https://github.com/diocloid/LinkTitles.git
				synced 2025-10-22 05:42:32 +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
 | 
			
		||||
	 */
 | 
			
		||||
	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