[dw-free] Need consistent styling across the site
[commit: http://hg.dwscoalition.org/dw-free/rev/dec5adeda112]
http://bugs.dwscoalition.org/show_bug.cgi?id=3243
Fix mismatched closing tag. (Thanks ninetydegrees!)
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3243
Fix mismatched closing tag. (Thanks ninetydegrees!)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/Widget/LayoutChooser.pm
-------------------------------------------------------------------------------- diff -r bd5de7e0ffd5 -r dec5adeda112 cgi-bin/LJ/Widget/LayoutChooser.pm --- a/cgi-bin/LJ/Widget/LayoutChooser.pm Tue Dec 28 22:32:37 2010 +0800 +++ b/cgi-bin/LJ/Widget/LayoutChooser.pm Wed Dec 29 11:11:03 2010 +0800 @@ -90,7 +90,7 @@ sub render_body { } } - $ret .= "</div>"; + $ret .= "</ul>"; return $ret; } --------------------------------------------------------------------------------