aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/link_helper.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-12 18:20:56 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-12 18:20:56 +0100
commitd9749d5bb03fe76ae1c9fb46a2fbe6942c357664 (patch)
treef4f76f6e03da6c5d2c0cece67e94f4641187a079 /phpBB/phpbb/textformatter/s9e/link_helper.php
parentb7492a7b6f5215ae8d54c9ffc16455384a1d870e (diff)
parent4b376de3bf87ff5f88060f5466562cf33467a731 (diff)
downloadforums-d9749d5bb03fe76ae1c9fb46a2fbe6942c357664.tar
forums-d9749d5bb03fe76ae1c9fb46a2fbe6942c357664.tar.gz
forums-d9749d5bb03fe76ae1c9fb46a2fbe6942c357664.tar.bz2
forums-d9749d5bb03fe76ae1c9fb46a2fbe6942c357664.tar.xz
forums-d9749d5bb03fe76ae1c9fb46a2fbe6942c357664.zip
Merge branch '3.2.x' into 3.3.x
Diffstat (limited to 'phpBB/phpbb/textformatter/s9e/link_helper.php')
-rw-r--r--phpBB/phpbb/textformatter/s9e/link_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/link_helper.php b/phpBB/phpbb/textformatter/s9e/link_helper.php
index 483794a83e..1cd5dd2fa7 100644
--- a/phpBB/phpbb/textformatter/s9e/link_helper.php
+++ b/phpBB/phpbb/textformatter/s9e/link_helper.php
@@ -61,7 +61,7 @@ class link_helper
$text = substr($parser->getText(), $start, $length);
// Create a tag that consumes the link's text and make it depends on this tag
- $link_text_tag = $parser->addSelfClosingTag('LINK_TEXT', $start, $length);
+ $link_text_tag = $parser->addSelfClosingTag('LINK_TEXT', $start, $length, 10);
$link_text_tag->setAttribute('text', $text);
$tag->cascadeInvalidationTo($link_text_tag);
}