From: thepurpleblob
Date: Fri, 7 Jul 2006 10:36:56 +0000 (+0000)
Subject: Merged from STABLE
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1e8639290f8de1f79baeb57ad0ada718d63cbcb7;p=moodle.git
Merged from STABLE
---
diff --git a/lang/en_utf8/help/filters.html b/lang/en_utf8/help/filters.html
index 4196d21b35..dd7bc29c33 100644
--- a/lang/en_utf8/help/filters.html
+++ b/lang/en_utf8/help/filters.html
@@ -100,4 +100,7 @@
use this feature first create your contents in multiple languages (in the same
resource). Then enclose each language block in the following tags:
<lang lang="XX">your_content_here</lang>
+
+ Or if you prefer, you may use span tags instead, for example:
+ <span lang="XX">your_content_here</span>