From: raymond Date: Fri, 7 Sep 2012 08:52:49 +0000 (+0200) Subject: Replace non standard 'tt' with 'code' for better HTML5 conformity X-Git-Tag: 1.31.0-rc.0~22439^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=95d355bac876f9c4ba0692aae780ed778b080ce5;p=lhc%2Fweb%2Fwiklou.git Replace non standard 'tt' with 'code' for better HTML5 conformity See http://www.w3.org/wiki/HTML/Elements/tt Change-Id: I902a6cab5310cd726c84cbd87840bce2c0d51eda --- diff --git a/includes/specials/SpecialTags.php b/includes/specials/SpecialTags.php index c895daec74..4036ebb267 100644 --- a/includes/specials/SpecialTags.php +++ b/includes/specials/SpecialTags.php @@ -69,7 +69,7 @@ class SpecialTags extends SpecialPage { } $newRow = ''; - $newRow .= Xml::tags( 'td', null, Xml::element( 'tt', null, $tag ) ); + $newRow .= Xml::tags( 'td', null, Xml::element( 'code', null, $tag ) ); $disp = ChangeTags::tagDescription( $tag ); $disp .= ' ';