Fixed style code

This commit is contained in:
fermin831 2017-11-02 18:11:54 +01:00
parent 443163515d
commit 24e93d0cd6
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ if ($get_module_detail) {
if (preg_match("/_string/", $moduletype_name)) {
$formtable->data[2][0] = __('Free search') . ' ';
$formtable->data[2][1] = html_print_input_text ('freesearch', $freesearch, '', 20, null, true);
$formtable->data[2][2] = html_print_checkbox('free_checkbox', 1, $free_checkbox, true) .
$formtable->data[2][2] = html_print_checkbox('free_checkbox', 1, $free_checkbox, true);
$formtable->data[2][2] .= ' ' . __('Exact phrase');
$freesearch_object = json_encode( array(
'value' => io_safe_output($freesearch),