Skip to content

Commit

Permalink
Remove unnecessary slash from <input>
Browse files Browse the repository at this point in the history
  • Loading branch information
lakejason0 committed Oct 29, 2024
1 parent bd635d2 commit 4094800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/templates/Portlet.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div role="navigation" id="{{id}}" class="{{class}}" {{{html-tooltip}}}
aria-labelledby="{{id}}-label">
<input type="checkbox" aria-labelledby="{{id}}-label" />
<input type="checkbox" aria-labelledby="{{id}}-label">
<h3 id="{{id}}-label" {{{html-user-language-attributes}}}>{{label}}</h3>
<div class="mw-portlet-body{{#is-portlet-animated}} should-animate{{/is-portlet-animated}}">
<ul {{{html-user-language-attributes}}}>
Expand Down

0 comments on commit 4094800

Please sign in to comment.