From: Niklas Laxström Date: Wed, 14 Sep 2011 08:32:52 +0000 (+0000) Subject: Chrome seems to already support dir=auto, and I see no downsides using it for user... X-Git-Tag: 1.31.0-rc.0~27680 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=c4bf5b40ed08279f742c54b8bd65cacc22deb847;p=lhc%2Fweb%2Fwiklou.git Chrome seems to already support dir=auto, and I see no downsides using it for user comments. Amir said that it is good. --- diff --git a/includes/Linker.php b/includes/Linker.php index 0ca1732e2a..486104596b 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1370,7 +1370,7 @@ class Linker { return ''; } else { $formatted = self::formatComment( $comment, $title, $local ); - return " ($formatted)"; + return " ($formatted)"; } }