From 04c99ec67175b32c36ac7ccf682406969fa6222b Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Wed, 3 Feb 2010 23:06:27 +0000 Subject: [PATCH] add closing table cell tag to dashboard right now, props Simek, fixes #12121 git-svn-id: https://develop.svn.wordpress.org/trunk@12940 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/ms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index 739daa3bb9..721ba27723 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -439,7 +439,7 @@ function dashboard_quota() { %sMB' ), $quota ); ?> - %1sMB (%2s%%)' ), $used, $percentused ); ?> + %1sMB (%2s%%)' ), $used, $percentused ); ?>