(bug 4974) Don't follow redirected talk page on "new messages" link
[lhc/web/wiklou.git] / includes / ZhClient.php
index 6dacdc5..4ca4e1f 100644 (file)
@@ -96,12 +96,12 @@ class ZhClient {
        }
 
        /**
-        * Convert the input to all possible variants 
+        * Convert the input to all possible variants
         *
         * @param string $text input text
         * @return array langcode => converted_string
         * @access public
-        */     
+        */
        function convertToAllVariants($text) {
                $len = strlen($text);
                $q = "CONV ALL $len\n$text";