]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed docs
authormoodler <moodler>
Fri, 15 Sep 2006 08:23:40 +0000 (08:23 +0000)
committermoodler <moodler>
Fri, 15 Sep 2006 08:23:40 +0000 (08:23 +0000)
filter/multilang/filter.php

index 35a732ce8d5051096a9e1f074e1939cf59439a63..8e76ae524915689fa7c770522782e13cb88314b5 100644 (file)
@@ -33,7 +33,7 @@
 // This is an improved version of the original multilang filter by Gaetan Frenoy. 
 // It should be 100% compatible with the original one. Some new features are:
 //   - Supports a new "short" syntax to make things easier. Simply use:
-//         <lang lang="XX">
+//         <span lang="XX">
 //   - Needs less resources and executes faster.
 //   - Allows any type of content to be used. No restrictions at all!