]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove redundant space in forms/validation.md
author汪心禾 <wangxinhe06@gmail.com>
Thu, 2 Feb 2023 15:20:38 +0000 (23:20 +0800)
committerMark Otto <otto@github.com>
Sat, 4 Feb 2023 10:40:51 +0000 (17:40 +0700)
site/content/docs/5.3/forms/validation.md

index d16a2d9f82dfba524e81087630fe00bb836eebcc..cf2a87e80af25e671f1db946bf840383f6df458f 100644 (file)
@@ -127,7 +127,7 @@ While these feedback styles cannot be styled with CSS, you can still customize t
     <label for="validationDefaultUsername" class="form-label">Username</label>
     <div class="input-group">
       <span class="input-group-text" id="inputGroupPrepend2">@</span>
-      <input type="text" class="form-control" id="validationDefaultUsername"  aria-describedby="inputGroupPrepend2" required>
+      <input type="text" class="form-control" id="validationDefaultUsername" aria-describedby="inputGroupPrepend2" required>
     </div>
   </div>
   <div class="col-md-6">