From c4bf5b40ed08279f742c54b8bd65cacc22deb847 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 14 Sep 2011 08:32:52 +0000 Subject: [PATCH] Chrome seems to already support dir=auto, and I see no downsides using it for user comments. Amir said that it is good. --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"; } } -- 2.20.1