Fixed signature display

main
Inga 🏳‍🌈 14 years ago
parent a81738d234
commit bcc38b9406
  1. 2
      templates/Full/elems/PollInfo.xslt
  2. 2
      templates/Full/elems/TextEditor.xslt
  3. 2
      templates/Full/elems/UploadInfo.xslt
  4. 2
      templates/Lite/elems/PollInfo.xslt

@ -87,7 +87,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/user/signature"/><br /></font> <font size="-2"><xsl:value-of select="poster/user/signature" disable-output-escaping="yes" /><br /></font>
</div> </div>
</td> </td>
</tr> </tr>

@ -298,7 +298,7 @@ function insertInBody(str) {
<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/user/signature"/><br /></font> <font size="-2"><xsl:value-of select="poster/user/signature" disable-output-escaping="yes" /><br /></font>
</div> </div>
</td> </td>
</tr> </tr>

@ -48,7 +48,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="uploader/user/signature"/><br /></font> <font size="-2"><xsl:value-of select="uploader/user/signature" disable-output-escaping="yes" /><br /></font>
</div> </div>
</td> </td>
</tr> </tr>

@ -87,7 +87,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/user/signature"/><br /></font> <font size="-2"><xsl:value-of select="poster/user/signature" disable-output-escaping="yes" /><br /></font>
</div> </div>
</td> </td>
</tr> </tr>

Loading…
Cancel
Save