mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
[ticket/14323] Added support for truncating local URLs
PHPBB3-14323
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<a href="http://www.tx-gaming.net/warzone/tournament.php?tourney%5Bid%5D=34&action=brackets" class="postlink">http://www.tx-gaming.net/warzone/tournament.php?tourney[id]=34&action=brackets</a><br>
|
||||
<a href="http://www.tx-gaming.net/warzone/tournament.php?tourney%5Bid%5D=34&action=brackets" class="postlink">link</a>
|
||||
<a href="http://example.org/?tourney%5Bid%5D=34&action=brackets" class="postlink">http://example.org/?tourney[id]=34&action=brackets</a><br>
|
||||
<a href="http://example.org/?tourney%5Bid%5D=34&action=brackets" class="postlink">link</a>
|
@@ -1,2 +1,2 @@
|
||||
[url]http://www.tx-gaming.net/warzone/tournament.php?tourney[id]=34&action=brackets[/url]
|
||||
[url="http://www.tx-gaming.net/warzone/tournament.php?tourney[id]=34&action=brackets"]link[/url]
|
||||
[url]http://example.org/?tourney[id]=34&action=brackets[/url]
|
||||
[url="http://example.org/?tourney[id]=34&action=brackets"]link[/url]
|
Reference in New Issue
Block a user