kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-07-29 12:22 am

[dw-free] Comment expansion broken on all core2 styles

[commit: http://hg.dwscoalition.org/dw-free/rev/7ef441366f54]

http://bugs.dwscoalition.org/show_bug.cgi?id=1506

Remove duplicate ljcmt ids, oops.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r dc52fa288638 -r 7ef441366f54 bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2	Tue Jul 28 18:48:15 2009 -0500
+++ b/bin/upgrading/s2layers/core2.s2	Tue Jul 28 19:22:03 2009 -0500
@@ -3795,7 +3795,7 @@ function Comment::print_wrapper_start() 
     if (not isnull $ep and defined $this.poster and $this.poster.username == $ep.entry.poster.username) {
         $entryauthor = "entry-author";
     }
-    """<div class="comment-wrapper $alternate $screened $frozen $deletedstate $poster $entryauthor $full $userpic" id="$this.anchor">\n""";
+    """<div class="comment-wrapper $alternate $screened $frozen $deletedstate $poster $entryauthor $full $userpic">\n""";
     """<div class="separator separator-before"><div class="inner"></div></div>\n""";
     """<div class="comment" id="comment-$this.dom_id">\n""";
     """<div class="inner">\n""";
--------------------------------------------------------------------------------