Fixed a bug with hidden posts in lite

main
Inga 🏳‍🌈 13 years ago
parent 11cf28ea3c
commit da81a910f8
  1. 2
      Builder/IISMainHandler/build.txt
  2. 4
      templates/Lite/elems/PostInfo.xslt

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1251"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
<xsl:template match="post[not(hidden)]">
<xsl:template match="post[hidden]">
<div>
<div class="darktable">
<a>
@ -17,7 +17,7 @@
</div>
</div>
</xsl:template>
<xsl:template match="post[hidden]">
<xsl:template match="post[not(hidden)]">
<xsl:param name="isReplyDisabled">true</xsl:param>
<div>
<div class="darktable">

Loading…
Cancel
Save