]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix missing end tag 10683/head
authorGrant Carthew <grant@carthew.net>
Tue, 26 Sep 2017 23:54:14 +0000 (09:54 +1000)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2017 23:54:14 +0000 (09:54 +1000)
docs/pages/abide.md

index c6db058b9d46634d5034d6c7b76f106a2136b35b..2c4bf8e9c98c1d68f7b0e2f9ccfeb51a0164d771 100644 (file)
@@ -58,7 +58,8 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc
   <div class="row">
     <div class="large-6 columns">
       <label>URL Pattern, not required, but throws error if it doesn't match the Regular Expression for a valid URL.
-      <input type="text" placeholder="https://foundation.zurb.com" pattern="url">
+        <input type="text" placeholder="https://foundation.zurb.com" pattern="url">
+      </label>
     </div>
     <div class="large-6 columns">
       <label>Website Pattern, not required, but throws error if it doesn't match the Regular Expression for a valid URL or a Domain.