]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - includes/normal/Utf8Test.php
MediaWiki 1.14.0
[autoinstalls/mediawiki.git] / includes / normal / Utf8Test.php
index 8600d49da0c91eb2808828d8bb60a661530a51b0..353d11b5b219f1cbbfc768ce45df704058343b11 100644 (file)
@@ -21,7 +21,7 @@
  * Runs the UTF-8 decoder test at:
  * http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
  *
- * @addtogroup UtfNormal
+ * @ingroup UtfNormal
  * @access private
  */
 
@@ -149,5 +149,3 @@ function testLine( $test, $line, &$total, &$success, &$failed ) {
                print str_replace( "\n", "$len\n", $stripped );
        }
 }
-
-