Skip to content

Commit 49e0052

Browse files
authored
Merge pull request #336 from hans2103/patch-1
adjust tooltip id by
2 parents 869d6fd + 79d2e51 commit 49e0052

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)