diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 084d1f45c5..3b571bce5e 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1280,7 +1280,7 @@ function wp_nonce_ays($action) { if ( $_POST ) { $q = http_build_query($_POST); $q = explode( ini_get('arg_separator.output'), $q); - $html .= "\t
\n"; + $html .= "\t\n"; foreach ( (array) $q as $a ) { $v = substr(strstr($a, '='), 1); $k = substr($a, 0, -(strlen($v)+1));