mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-02 12:34:59 +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>
|
||||
<xsl:choose>
|
||||
<xsl:when test="@profile_url">
|
||||
<a class="mention">
|
||||
<xsl:attribute name="href"><xsl:value-of select="@profile_url"/></xsl:attribute>
|
||||
<a class="mention" href="{@profile_url}">
|
||||
<xsl:apply-templates/>
|
||||
</a>
|
||||
</xsl:when>
|
||||
|
Loading…
x
Reference in New Issue
Block a user