fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-02-03 04:59 pm

[dw-free] Repeat links to original articles at the bottom of every feed entry

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

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

Repate the link to the original article at the bottom of the entry, not just
at the top.

Patch by [personal profile] foxfirefey.

Files modified:
  • cgi-bin/LJ/SynSuck.pm
--------------------------------------------------------------------------------
diff -r da3157435c02 -r a8a7e3b90b3a cgi-bin/LJ/SynSuck.pm
--- a/cgi-bin/LJ/SynSuck.pm	Fri Feb 04 00:48:19 2011 +0800
+++ b/cgi-bin/LJ/SynSuck.pm	Fri Feb 04 00:59:00 2011 +0800
@@ -386,7 +386,7 @@ sub process_content {
             'username' => $user,
             'ver' => 1,
             'subject' => $it->{'subject'},
-            'event' => "$author$htmllink$it->{'text'}",
+            'event' => "$author$htmllink$it->{'text'}$htmllink",
             'year' => $year,
             'mon' => $mon,
             'day' => $day,
--------------------------------------------------------------------------------