Skip to content

Commit

Permalink
Adds missing button closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
emielmolenaar authored Dec 11, 2023
1 parent 39a1fc6 commit 844c4eb
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 844c4eb

Please sign in to comment.