Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: Update valdation results (#170)
Browse files Browse the repository at this point in the history
Update validation results to let the user know that non-ASCII reports
are for informational purposes and not warnings.

Fixes #169
  • Loading branch information
kesara committed Aug 11, 2023
1 parent 4108723 commit e59851f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ <h2 class="accordion-header" id="panelsIdnitsHeading">
</div>
<div class="accordion-item" id="accordionItemBareUnicode">
<h2 class="accordion-header" id="panelsBareUnicodeHeading">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#panelsBareUnicode" aria-expanded="true" aria-controls="panelsBareUnicode">
Bare Unicode Usage
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#panelsBareUnicode" aria-expanded="true" aria-controls="panelsBareUnicode" title="These are not warnings. For informational purposes only.">
INFORMATIONAL: Bare Unicode Usage
</button>
</h2>
<div id="panelsBareUnicode" class="accordion-collapse collapse show" aria-labelledby="panelsBareUnicodeHeading">
Expand All @@ -157,8 +157,8 @@ <h2 class="accordion-header" id="panelsBareUnicodeHeading">
</div>
<div class="accordion-item" id="accordionItemNonASCII">
<h2 class="accordion-header" id="panelsNonASCIIHeading">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#panelsNonASCII" aria-expanded="true" aria-controls="panelsNonASCII">
Non-ASCII Characters (kramdown-rfc echars)
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#panelsNonASCII" aria-expanded="true" aria-controls="panelsNonASCII" title="These are not warnings. For informational purposes.">
INFORMATIONAL: Non-ASCII Characters (kramdown-rfc echars)
</button>
</h2>
<div id="panelsNonASCII" class="accordion-collapse collapse show" aria-labelledby="panelsNonASCIIHeading">
Expand Down

0 comments on commit e59851f

Please sign in to comment.