Skip to content

Commit

Permalink
Fix HTML formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed May 28, 2024
1 parent bf637c6 commit b851d7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aarch64-esr-web/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h1>AArch64 ESR decoder</h1>
<p><a href="https://github.com/google/aarch64-esr-decoder">Source and command-line version</a></p>
<form>
<p>Decimal or hexadecimal input supported. Use <pre>0x</pre> for hexadecimal.</p>
<p>Decimal or hexadecimal input supported. Use <code>0x</code> for hexadecimal.</p>
<p>
<label for="esr">ESR:</label>
<input type="text" id="esr" autofocus="true"/>
Expand Down
2 changes: 1 addition & 1 deletion aarch64-esr-web/static/midr.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h1>AArch64 MIDR decoder</h1>
<p><a href="https://github.com/google/aarch64-esr-decoder">Source and command-line version</a></p>
<form>
<p>Decimal or hexadecimal input supported. Use <pre>0x</pre> for hexadecimal.</p>
<p>Decimal or hexadecimal input supported. Use <code>0x</code> for hexadecimal.</p>
<p>
<label for="midr">MIDR:</label>
<input type="text" id="midr" autofocus="true"/>
Expand Down
2 changes: 1 addition & 1 deletion aarch64-esr-web/static/smccc.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h1>Arm SMCCC decoder</h1>
<p><a href="https://github.com/google/aarch64-esr-decoder">Source and command-line version</a></p>
<form>
<p>Decimal or hexadecimal input supported. Use <pre>0x</pre> for hexadecimal.</p>
<p>Decimal or hexadecimal input supported. Use <code>0x</code> for hexadecimal.</p>
<p>
<label for="smccc">Function ID:</label>
<input type="text" id="smccc" autofocus="true"/>
Expand Down

0 comments on commit b851d7c

Please sign in to comment.