Signature is correctly shown in PMs

main
Inga 🏳‍🌈 14 years ago
parent 9de7c5066b
commit 63df1340ac
  1. 2
      templates/Full/elems/PMInfo.xslt

@ -91,7 +91,7 @@
<tr> <tr>
<td> <td>
<div style="width:100%;max-height:50px;height: expression( this.scrollHeight > 49 ? '50px' : 'auto' );overflow:hidden"> <div style="width:100%;max-height:50px;height: expression( this.scrollHeight > 49 ? '50px' : 'auto' );overflow:hidden">
<font size="-2"><xsl:value-of select="poster/account/user/signature"/><br /></font> <font size="-2"><xsl:value-of select="poster/account/user/signature" disable-output-escaping="yes" /><br /></font>
</div> </div>
</td> </td>
</tr> </tr>

Loading…
Cancel
Save