From cccd907a2958126115d05069169108b316413620 Mon Sep 17 00:00:00 2001 From: Denis Baranov Date: Sun, 29 Oct 2017 23:20:09 +0200 Subject: [PATCH] -fixed max and min value on the numeric field --- includes/core/class-fields.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/core/class-fields.php b/includes/core/class-fields.php index 26b1c3a6..24ac5964 100644 --- a/includes/core/class-fields.php +++ b/includes/core/class-fields.php @@ -1326,7 +1326,7 @@ $number_limit .= " max=\"{$max}\" "; } - $output .= ' + $output .= ' ';