Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / languages / classes / LanguageYue.php
index d5f3e76..1107fa6 100644 (file)
@@ -54,7 +54,6 @@ class LanguageYue extends Language {
         * @return string
         */
        function normalizeForSearch( $string ) {
-
                // Double-width roman characters
                $s = self::convertDoubleWidth( $string );
                $s = trim( $s );