X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHtml.php;h=a8dbd6155244c788d683735a3979d83f15f4b260;hb=c7d2fb7f7241b0f8a3849e87127a9204e5a19ef3;hp=dbabbae031995abdfe695e32b451adb60058925c;hpb=086d879de212465bf51299aa12ada3f5bf140a0a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Html.php b/includes/Html.php index dbabbae031..a8dbd61552 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -114,7 +114,7 @@ class Html { * shaved off the HTML output as well. * * @param string $element The element's name, e.g., 'a' - * @param array $attribs Associative array of attributes, e.g., array( + * @param array $attribs Associative array of attributes, e.g., array( * 'href' => 'http://www.mediawiki.org/' ). See expandAttributes() for * further documentation. * @param string $contents The raw HTML contents of the element: *not* @@ -414,7 +414,7 @@ class Html { * you can omit the key, e.g., array( 'checked' ) instead of * array( 'checked' => 'checked' ) or such. * - * @throws MWException if an attribute that doesn't allow lists is set to an array + * @throws MWException If an attribute that doesn't allow lists is set to an array * @return string HTML fragment that goes between element name and '>' * (starting with a space if at least one attribute is output) */