fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-12-29 03:11 am

[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 [personal profile] fu.

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;
 }
--------------------------------------------------------------------------------