Skip to content

Commit 79d2e51

Browse files
authored
adjust tooltip id by
1 parent 869d6fd commit 79d2e51

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl

1 file changed

+1
-1
lines changed

administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<?php echo Text::_('COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION'); ?>
5959
</label>
6060
<input type="text" name="filter_search" id="filter_search" value="<?php echo $this->escape($this->state->get('filter.search')); ?>" class="form-control" placeholder="<?php echo Text::_('JSEARCH_FILTER'); ?>">
61-
<div role="tooltip" id="filter[search]-desc">
61+
<div role="tooltip" id="filter_search-desc">
6262
<?php echo $this->escape(Text::_('COM_PATCHTESTER_FILTER_SEARCH_DESCRIPTION')); ?>
6363
</div>
6464
<span class="input-group-append">

0 commit comments

Comments
 (0)