[dw-free] Feed account entries missing journal_$account class
[commit: http://hg.dwscoalition.org/dw-free/rev/274913a146ed]
http://bugs.dwscoalition.org/show_bug.cgi?id=1622
All account types now have the journal_$journalname class.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1622
All account types now have the journal_$journalname class.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/core2.s2
-------------------------------------------------------------------------------- diff -r 28f9c776eb12 -r 274913a146ed bin/upgrading/s2layers/core2.s2 --- a/bin/upgrading/s2layers/core2.s2 Thu Aug 20 17:13:13 2009 +0000 +++ b/bin/upgrading/s2layers/core2.s2 Thu Aug 20 17:32:43 2009 +0000 @@ -3942,9 +3942,7 @@ function Entry::print_wrapper_start() { var string journal; if ($this.journal.journal_type != "I") { $poster = "poster-$this.poster.username"; - if ($this.journal.journal_type != "Y") { - $journal = "journal-$this.journal.username"; - } + $journal = "journal-$this.journal.username"; } var string userpic = $this.userpic ? "has-userpic" : "no-userpic"; --------------------------------------------------------------------------------