Note that 'span' tags are permitted as well as 'lang' in multi-language

filter
This commit is contained in:
thepurpleblob
2006-07-07 10:36:01 +00:00
parent d8b7f70be3
commit 7e1a25bbdd
+3
View File
@@ -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:</p>
<pre> &lt;lang lang="XX"&gt;your_content_here&lt;/lang&gt;</pre>
<p>Or if you prefer, you may use span tags instead, for example:</p>
<pre> &lt;span lang="XX"&gt;your_content_here&lt;/span&gt;</pre>
</div>