Skip to content

Commit

Permalink
Merge pull request #17415 from emielmolenaar/fix-viewer-button-closin…
Browse files Browse the repository at this point in the history
…g-tag

Adds missing button closing tag
  • Loading branch information
timvandermeij authored Dec 11, 2023
2 parents 27d4fff + 844c4eb commit 76e3e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
<div id="editorModeButtons" class="splitToolbarButton toggled" role="radiogroup">
<button id="editorHighlight" class="toolbarButton" hidden="true" disabled="disabled" title="Highlight" role="radio" aria-checked="false" aria-controls="editorHighlightParamsToolbar" tabindex="31" data-l10n-id="pdfjs-editor-highlight">
<span data-l10n-id="pdfjs-editor-highlight-label">Highlight</span>
</button>
<button id="editorFreeText" class="toolbarButton" disabled="disabled" title="Text" role="radio" aria-checked="false" aria-controls="editorFreeTextParamsToolbar" tabindex="32" data-l10n-id="pdfjs-editor-free-text-button">
<span data-l10n-id="pdfjs-editor-free-text-button-label">Text</span>
</button>
Expand Down

0 comments on commit 76e3e52

Please sign in to comment.