fixed if statement for commments
authormtopper <mtopper>
Thu, 4 Aug 2005 16:06:01 +0000 (16:06 +0000)
committermtopper <mtopper>
Thu, 4 Aug 2005 16:06:01 +0000 (16:06 +0000)
etc/producer/newswireinclude.template

index 78108e2..6f4170c 100755 (executable)
@@ -22,7 +22,7 @@
                      </p>
                      <p class="datestamp">
                         ${n.date.formatted.MMM} ${n.date.formatted.dd}th,
-                        <if (n.commentcount > 0)><span class="comments">${n.commentcount} Comments</span></if>
+                        <if (n.commentcount != 0) ><span class="comments">${n.commentcount} Comments</span></if>
                      </p>
                   </li>
                <else>