From: nicolasconnault Date: Wed, 4 Apr 2007 04:31:22 +0000 (+0000) Subject: MDL-9144 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e025351854838abbdb2b7b131f3f9a7c1ffdba84;p=moodle.git MDL-9144 --- diff --git a/lang/en_utf8/help/filters.html b/lang/en_utf8/help/filters.html index 0d7d789fc4..aae6206e5f 100644 --- a/lang/en_utf8/help/filters.html +++ b/lang/en_utf8/help/filters.html @@ -30,9 +30,9 @@

The settings page allows the LaTeX and Ghostscript binary paths to be configured, along with the LaTeX preamble.

More info

-

MiKTeX
+

MiKTeX
MimeTeX
- LaTeX
+ LaTeX
ghostscript

@@ -99,8 +99,7 @@ language will then change when the user changes their selected Moodle language. To 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>
+
      <span lang="XX" class="multilang">your_content_here</span>
+

You can still use the old (deprecated) span tags instead, for example:

+
      <lang lang="XX" >your_content_here</lang>