From 9900f35dd3750236d2d0ca776d143c0cbd333f53 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 13 Feb 2008 06:35:21 +0000 Subject: [PATCH] Fix floated left gallery layout breaks. Prop s nbachiyski. fixes #5828 git-svn-id: http://svn.automattic.com/wordpress/trunk@6801 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/shortcodes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/shortcodes.php b/wp-includes/shortcodes.php index 32740a60f..a51255cac 100644 --- a/wp-includes/shortcodes.php +++ b/wp-includes/shortcodes.php @@ -173,6 +173,7 @@ function gallery_shortcode($attr) { } $output .= " +
";