Skip to content

Commit

Permalink
Fix span close order
Browse files Browse the repository at this point in the history
  • Loading branch information
Cocoa committed Feb 7, 2024
1 parent d5eeaaa commit 93ae821
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,13 +385,14 @@ <h2>Signature Format</h2>
<input type="radio" id="customsig" name="sig_format" value="customsig" />
<label for="customsig">Custom signatures</label>
<input type="text" name="custom_sig" />

<span
data-balloon-length="medium"
aria-label="Specify as a set of numbers seperated by commas, such as: 10, 10, 8"
data-balloon-pos="up"
>ℹ️</span
>
</span>
<span
data-balloon-length="medium"
aria-label="Specify as a set of numbers seperated by commas, such as: 10, 10, 8"
data-balloon-pos="up"
>ℹ️</span
>
<span class="row">
<details>
<summary>A note on calculating signature lengths</summary>
Expand Down

0 comments on commit 93ae821

Please sign in to comment.