From 0831c838e159283bd5a4599e2b13eeb71a14c0e8 Mon Sep 17 00:00:00 2001 From: VREEdom <35516476+vonsogt@users.noreply.github.com> Date: Sat, 26 Sep 2020 12:32:27 +0700 Subject: [PATCH] Update form_content.blade.php --- src/resources/views/crud/form_content.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/views/crud/form_content.blade.php b/src/resources/views/crud/form_content.blade.php index 8ce0399c30..3b9dd99a47 100644 --- a/src/resources/views/crud/form_content.blade.php +++ b/src/resources/views/crud/form_content.blade.php @@ -135,7 +135,7 @@ function initializeFieldsWithJavascript(container) { $.each(messages, function(key, msg){ // highlight the input that errored - var row = $('
' + msg + '
'); + var row = $('
' + msg + '
'); row.appendTo(container); // highlight its parent tab