]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: remove line added by accident in Abide regex docs
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 3 Apr 2018 09:26:48 +0000 (11:26 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 3 Apr 2018 09:26:48 +0000 (11:26 +0200)
docs/pages/abide.md

index 53ffad667df8c3b45fc440f71bbc52ee90e2ca2f..4f1752dd191a0bb7218cc901f10761a568984b6b 100644 (file)
@@ -321,7 +321,6 @@ cvv : /^([0-9]){3,4}$/,
 
 // http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#valid-e-mail-address
 email : /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+$/,
-}[a-zA-Z0-9])?)+$/,
 
 // From CommonRegexJS (@talyssonoc)
 // https://github.com/talyssonoc/CommonRegexJS/blob/e2901b9f57222bc14069dc8f0598d5f412555411/lib/commonregex.js#L76