Skip to content

Commit

Permalink
Include missing quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Aug 20, 2024
1 parent b7bb412 commit 6ef05c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/view/common/advanced-search/fulltext.phtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$value = isset($query['fulltext_search']) ? $query['fulltext_search'] : null;
?>
<div class="field" id="fulltext_search_field>
<div class="field" id="fulltext_search_field">
<div class="field-meta">
<label for="fulltext_search"><?php echo $this->translate('Search full-text'); ?></label>
</div>
Expand Down

0 comments on commit 6ef05c3

Please sign in to comment.