Fixed a mistype in UploadInfo

main
Inga 🏳‍🌈 14 years ago
parent 83f64fc540
commit 84f3f53725
  1. 2
      templates/Full/elems/UploadInfo.xslt

@ -46,7 +46,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="uploader/user/signature"/><br /></font>
</div> </div>
</td> </td>
</tr> </tr>

Loading…
Cancel
Save