From: Nemo bis Date: Mon, 5 May 2014 15:34:31 +0000 (+0200) Subject: Update html5 specs link in comment X-Git-Tag: 1.31.0-rc.0~15777^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/supprimer.php?a=commitdiff_plain;h=cb47ea303ca9233bfc0572b9aba5bb1d0c99da62;p=lhc%2Fweb%2Fwiklou.git Update html5 specs link in comment Change-Id: I415d11f1dfff92e44d29637e8a3a5fd408994c9a --- diff --git a/includes/htmlform/HTMLHiddenField.php b/includes/htmlform/HTMLHiddenField.php index 003ccfe0f6..6ea95ed144 100644 --- a/includes/htmlform/HTMLHiddenField.php +++ b/includes/htmlform/HTMLHiddenField.php @@ -5,7 +5,7 @@ class HTMLHiddenField extends HTMLFormField { parent::__construct( $params ); # Per HTML5 spec, hidden fields cannot be 'required' - # http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#hidden-state + # http://www.w3.org/TR/html5/forms.html#hidden-state-%28type=hidden%29 unset( $this->mParams['required'] ); }