X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLIntField.php;h=c87a778a4ae03264808a5e29f933cec1b27c693c;hb=1f83b424294a6fd78cb73cf43db3464ca7481774;hp=41916edc21fca5b9e28fe9ee01d6a93d902b47c3;hpb=63dd31cd31f76003c26871516b40e9434c578555;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLIntField.php b/includes/htmlform/fields/HTMLIntField.php index 41916edc21..c87a778a4a 100644 --- a/includes/htmlform/fields/HTMLIntField.php +++ b/includes/htmlform/fields/HTMLIntField.php @@ -11,7 +11,7 @@ class HTMLIntField extends HTMLFloatField { return $p; } - # http://www.w3.org/TR/html5/infrastructure.html#signed-integers + # https://www.w3.org/TR/html5/infrastructure.html#signed-integers # with the addition that a leading '+' sign is ok. Note that leading zeros # are fine, and will be left in the input, which is useful for things like # phone numbers when you know that they are integers (the HTML5 type=tel