mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 05:25:01 +02:00
[ticket/13713] Move profile_url to a tag in textformatter factory
PHPBB3-13713
This commit is contained in:
parent
9ae015569c
commit
794b77971c
@ -135,8 +135,7 @@ class factory implements \phpbb\textformatter\cache_interface
|
|||||||
'mention' => '<xsl:text>@</xsl:text>
|
'mention' => '<xsl:text>@</xsl:text>
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="@profile_url">
|
<xsl:when test="@profile_url">
|
||||||
<a class="mention">
|
<a class="mention" href="{@profile_url}">
|
||||||
<xsl:attribute name="href"><xsl:value-of select="@profile_url"/></xsl:attribute>
|
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
</a>
|
</a>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user