[dw-free] default synlevel should be changed to ljcut
[commit: http://hg.dwscoalition.org/dw-free/rev/b955bf0164e9]
http://bugs.dwscoalition.org/show_bug.cgi?id=343
Default synlevel to ljcut.
Patch by
afuna.
http://bugs.dwscoalition.org/show_bug.cgi?id=343
Default synlevel to ljcut.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
-------------------------------------------------------------------------------- diff -r 410a641b0236 -r b955bf0164e9 cgi-bin/ljfeed.pl --- a/cgi-bin/ljfeed.pl Tue Feb 24 08:09:05 2009 +0000 +++ b/cgi-bin/ljfeed.pl Tue Feb 24 08:12:13 2009 +0000 @@ -42,7 +42,7 @@ sub make_feed foreach ("name", "url", "urlname"); # opt_synlevel will default to 'full' - $u->{'opt_synlevel'} = 'full' + $u->{'opt_synlevel'} = 'ljcut' unless $u->{'opt_synlevel'} =~ /^(?:full|ljcut|summary|title)$/; # some data used throughout the channel --------------------------------------------------------------------------------