diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/phpbb/textformatter/s9e/factory.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/phpBB/phpbb/textformatter/s9e/factory.php b/phpBB/phpbb/textformatter/s9e/factory.php index 63b23d2fd0..6ac55e82a8 100644 --- a/phpBB/phpbb/textformatter/s9e/factory.php +++ b/phpBB/phpbb/textformatter/s9e/factory.php @@ -94,7 +94,7 @@ class factory implements \phpbb\textformatter\cache_interface  			]{TEXT2}[/QUOTE]",  		'size'  => '[SIZE={FONTSIZE}]{TEXT}[/SIZE]',  		'u'     => '[U]{TEXT}[/U]', -		'url'   => '[URL={URL;useContent}]{TEXT}[/URL]', +		'url'   => '[URL={URL;useContent} $forceLookahead=true]{TEXT}[/URL]',  	);  	/** | 
