1
0
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:
Marc Alexander 2021-05-04 21:10:32 +02:00
parent 9ae015569c
commit 794b77971c
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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>