From: XhmikosR Date: Fri, 30 Oct 2020 14:24:45 +0000 (+0200) Subject: Fix redirects (#32015) X-Git-Tag: v5.0.0-alpha3~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec05adee6d812a78c0623fc04212fe3ca843a2b2;p=thirdparty%2Fbootstrap.git Fix redirects (#32015) --- diff --git a/site/content/docs/5.0/forms/validation.md b/site/content/docs/5.0/forms/validation.md index e01d369b08..215638e4f1 100644 --- a/site/content/docs/5.0/forms/validation.md +++ b/site/content/docs/5.0/forms/validation.md @@ -22,7 +22,7 @@ Here's how form validation works with Bootstrap: - To reset the appearance of the form (for instance, in the case of dynamic form submissions using AJAX), remove the `.was-validated` class from the `
` again after submission. - As a fallback, `.is-invalid` and `.is-valid` classes may be used instead of the pseudo-classes for [server-side validation](#server-side). They do not require a `.was-validated` parent class. - Due to constraints in how CSS works, we cannot (at present) apply styles to a `