X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLIntField.php;h=b0148d987e4ea628bd2229ce8e0b011804fb96f3;hb=899bd46cbb1695a1e5fbce81839dbc7a352ceeb1;hp=d0ee13b4f61a4896026049ac958d99398d5ae2bd;hpb=eafee4f0533c7a1fb05ca491e14a9c201805b598;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLIntField.php b/includes/htmlform/HTMLIntField.php index d0ee13b4f6..b0148d987e 100644 --- a/includes/htmlform/HTMLIntField.php +++ b/includes/htmlform/HTMLIntField.php @@ -11,7 +11,7 @@ class HTMLIntField extends HTMLFloatField { return $p; } - # http://dev.w3.org/html5/spec/common-microsyntaxes.html#signed-integers + # http://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