From 68134e4478a688c4ed5b1ae6fbbff70fb13d0fa3 Mon Sep 17 00:00:00 2001 From: Rossiani Wijaya Date: Fri, 17 Aug 2012 12:01:34 +0800 Subject: [PATCH] MDL-34573 - add label for search tag input text --- tag/locallib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tag/locallib.php b/tag/locallib.php index 095bbda04a2..158524c72f3 100644 --- a/tag/locallib.php +++ b/tag/locallib.php @@ -233,6 +233,7 @@ function tag_print_search_box($return=false) { $output = $OUTPUT->box_start('','tag-search-box'); $output .= '
'; $output .= '
'; + $output .= ''; $output .= ''; $output .= '
'; $output .= '
';