[dw-free] fix incorrect comment in cgi-bin/ljfeed.pl
[commit: http://hg.dwscoalition.org/dw-free/rev/677f21a87257]
http://bugs.dwscoalition.org/show_bug.cgi?id=440
Fix comment.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=440
Fix comment.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- cgi-bin/ljfeed.pl
-------------------------------------------------------------------------------- diff -r 8567720d56f3 -r 677f21a87257 cgi-bin/ljfeed.pl --- a/cgi-bin/ljfeed.pl Thu Mar 05 06:37:08 2009 +0000 +++ b/cgi-bin/ljfeed.pl Thu Mar 05 06:38:25 2009 +0000 @@ -41,7 +41,7 @@ sub make_feed LJ::text_out(\$u->{$_}) foreach ("name", "url", "urlname"); - # opt_synlevel will default to 'full' + # opt_synlevel will default to 'ljcut' $u->{'opt_synlevel'} = 'ljcut' unless $u->{'opt_synlevel'} =~ /^(?:full|ljcut|summary|title)$/; --------------------------------------------------------------------------------