From 7e1a25bbdd7db33ec313779d80e4a90b5b56fea2 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Fri, 7 Jul 2006 10:36:01 +0000 Subject: [PATCH] Note that 'span' tags are permitted as well as 'lang' in multi-language filter --- lang/en_utf8/help/filters.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en_utf8/help/filters.html b/lang/en_utf8/help/filters.html index 4196d21b359..dd7bc29c33a 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>