[dw-free] links to comment threads not loading at comment threads
[commit: http://hg.dwscoalition.org/dw-free/rev/02b969f3044b]
http://bugs.dwscoalition.org/show_bug.cgi?id=1166
Add anchor to thread URLs in ESN.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1166
Add anchor to thread URLs in ESN.
Patch by
Files modified:
- cgi-bin/LJ/Comment.pm
--------------------------------------------------------------------------------
diff -r 7fa27724d61a -r 02b969f3044b cgi-bin/LJ/Comment.pm
--- a/cgi-bin/LJ/Comment.pm Sat Jun 27 14:31:03 2009 +0000
+++ b/cgi-bin/LJ/Comment.pm Sat Jun 27 16:49:09 2009 +0000
@@ -241,7 +241,7 @@ sub thread_url {
my $entry = $self->entry;
my $url = $entry->url;
- return "$url?thread=$dtalkid";
+ return "$url?thread=$dtalkid#t$dtalkid";
}
sub parent_url {
--------------------------------------------------------------------------------
