From 93ae82188dc0356565b94b9777c2d1059f70f066 Mon Sep 17 00:00:00 2001
From: Cocoa <momijizukamori@gmail.com>
Date: Wed, 7 Feb 2024 14:54:02 -0500
Subject: [PATCH] Fix span close order

---
 index.html | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/index.html b/index.html
index 10838ec..944f07a 100644
--- a/index.html
+++ b/index.html
@@ -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>