[dw-nonfree] Redundant semi-colon in Transmogrified
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/1c97ee06308e]
http://bugs.dwscoalition.org/show_bug.cgi?id=2638
Too many semi-colons.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2638
Too many semi-colons.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/transmogrified/layout.s2
-------------------------------------------------------------------------------- diff -r 8758e4ce2ee1 -r 1c97ee06308e bin/upgrading/s2layers/transmogrified/layout.s2 --- a/bin/upgrading/s2layers/transmogrified/layout.s2 Tue May 25 15:16:39 2010 +0800 +++ b/bin/upgrading/s2layers/transmogrified/layout.s2 Tue May 25 15:59:57 2010 +0800 @@ -463,7 +463,7 @@ function Page::print_default_stylesheet width: $*sidebar_width; /* this must stay at the bottom of this code as in some circumstances it closes one declaration and opens another one */ - $sidebar_positioning; + $sidebar_positioning } .module-section-two .module { --------------------------------------------------------------------------------