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>