From 0aaa4208d31a9833db0f0c1cfe3885b4e0be816c Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Thu, 30 Oct 2014 14:04:01 +1300 Subject: [PATCH] MDL-47968 mod_forum: fixed search form HTML5 validation --- mod/forum/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index c4e6c0e1a62..e439f9139e2 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -3956,7 +3956,7 @@ function forum_search_form($course, $search='') { $output .= '
'; $output .= $OUTPUT->help_icon('search'); $output .= ''; - $output .= ''; + $output .= ''; $output .= ''; $output .= ''; $output .= '';