Skip to content

Commit 8cc7267

Browse files
minor symfony#29193 [WebProfilerBundle] Remove unused data attr (ro0NL)
This PR was merged into the 4.2-dev branch. Discussion ---------- [WebProfilerBundle] Remove unused data attr | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Actually spotted in symfony#29192 when searching in master :) The attribute is not used. Commits ------- 7c59375 [WebProfilerBundle] Remove unused data attr
2 parents 8b36baf + 7c59375 commit 8cc7267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/settings.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
}
105105
</style>
106106

107-
<a href="#" id="open-settings" data-triger="profiler-settings">Settings</a>
107+
<a href="#" id="open-settings">Settings</a>
108108

109109
<div class="modal-wrap" id="profiler-settings">
110110
<div class="modal-container">

0 commit comments

Comments
 (0)