Committer: esavintcev
LJSUP-7758: AntiSpam S2U trunk/bin/upgrading/s2layers/voxhtml/layout.s2
Modified: trunk/bin/upgrading/s2layers/voxhtml/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2011-02-24 09:31:39 UTC (rev 10105) +++ trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2011-02-24 09:33:22 UTC (rev 10106) @@ -1958,15 +1958,15 @@ var string comments_showspam = ""; if ($.entry.comments.count > 0 and not $.entry.comments.locked) { if ($p.showspam) { - $comments_showspam = """<span class="comments-hidespam"><a href=\"$.entry.permalink_url\">$*text_hidespam</a></span> <span class="emdash">—</span> """; + $comments_showspam = """<span class="comments-hidespam"><a href=\"$.entry.comments.read_spam_url\">$*text_hidespam</a></span> <span class="emdash">—</span> """; } else { - $comments_showspam = """<span class="comments-showspam"><a href=\"$.entry.permalink_url?mode=showspam\">$*text_showspam</a></span> <span class="emdash">—</span> """; + $comments_showspam = """<span class="comments-showspam"><a href=\"$.entry.comments.read_spam_url\">$*text_showspam</a></span> <span class="emdash">—</span> """; } } elseif ($.entry.comments.count > 0) { if ($p.showspam) { - $comments_showspam = """<span class="comments-hidespam"><a href=\"$.entry.permalink_url\">$*text_hidespam</a></span> """; + $comments_showspam = """<span class="comments-hidespam"><a href=\"$.entry.comments.read_spam_url\">$*text_hidespam</a></span> """; } else { - $comments_showspam = """<span class="comments-showspam"><a href=\"$.entry.permalink_url?mode=showspam\">$*text_showspam</a></span> """; + $comments_showspam = """<span class="comments-showspam"><a href=\"$.entry.comments.read_spam_url\">$*text_showspam</a></span> """; } } else { $comments_showspam = "";