From 81460359c9d6398f42e2be871871e03e84cc4a7a Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 14 Nov 2005 10:19:22 +0000 Subject: [PATCH] Clear bottoms, fixes #1640 git-svn-id: https://develop.svn.wordpress.org/trunk@3082 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/plugin-editor.php | 3 ++- wp-admin/templates.php | 1 + wp-admin/theme-editor.php | 3 ++- wp-admin/wp-admin.css | 6 ++++++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 9c918af16b..a429d37cd4 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -113,7 +113,8 @@ if ($plugin_files) : } else { echo '

' . __('Oops, no such file exists! Double check the name and try again, merci.') . '

'; } - ?> + ?> +
 

' . __('Oops, no such file exists! Double check the name and try again, merci.') . '

'; } ?> +
 

diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index 08e15c30b7..74fb83b172 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -146,7 +146,8 @@ if ($allowed_files) : } else { echo '

' . __('Oops, no such file exists! Double check the name and try again, merci.') . '

'; } - ?> + ?> +