changeset 46:c822d3ec1f93

quote needed now
author Charlie Root
date Thu, 28 Aug 2025 10:53:42 -0400
parents e11491f625b0
children 121a341ecb84
files plugins/advanced_search/advanced_search.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/advanced_search/advanced_search.php	Thu Aug 28 10:40:29 2025 -0400
+++ b/plugins/advanced_search/advanced_search.php	Thu Aug 28 10:53:42 2025 -0400
@@ -442,7 +442,7 @@
     {
         $search_button = new html_inputfield(array('type' => 'submit', 'name' => 'search', 'class' => 'button mainaction', 'value' => $this->i18n_strings['search']));
         $reset_button = new html_inputfield(array('type' => 'reset', 'name' => 'reset', 'class' => 'button reset', 'value' => $this->i18n_strings['resetsearch']));
-        $save_button = html::tag('input', array('type' => 'submit', 'name' => 'save_the_search', id=> 'save_the_search', 'class' => 'button save_search', 'value' => $this->i18n_strings['save_the_search']));
+        $save_button = html::tag('input', array('type' => 'submit', 'name' => 'save_the_search', 'id' => 'save_the_search', 'class' => 'button save_search', 'value' => $this->i18n_strings['save_the_search']));
         $delete_button = new html_inputfield(array('type' => 'submit', 'name' => 'delete', 'style' => 'display: none;', 'class' => 'button delete_search', 'value' => $this->i18n_strings['deletesearch']));
 
         $layout_table = new html_table();