diff --git a/includes/functions.forms.php b/includes/functions.forms.php index 3718051f..da5ca5b8 100644 --- a/includes/functions.forms.php +++ b/includes/functions.forms.php @@ -38,7 +38,7 @@ function form_add_existing_parameters( $ignore = array() ) unset( $_GET[$param] ); } if ( !is_array( $value ) && !in_array( $param, $ignore ) ) { - echo ''; + echo ''; } } }