]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9144
authornicolasconnault <nicolasconnault>
Wed, 4 Apr 2007 04:31:22 +0000 (04:31 +0000)
committernicolasconnault <nicolasconnault>
Wed, 4 Apr 2007 04:31:22 +0000 (04:31 +0000)
lang/en_utf8/help/filters.html

index 0d7d789fc454659e1138a399a4b77f5ff2adb1e8..aae6206e5fdb66f3d0c691a03bbb848a10e1373e 100644 (file)
@@ -30,9 +30,9 @@
   <p>The settings page allows the LaTeX and Ghostscript binary paths to be
   configured, along with the LaTeX preamble.</p>
   <p><b>More info</b></p>
-  <p><a href="http://www.miktex.org/">MiKTeX</a><br>
+  <p><a href="http://www.miktex.org/">MiKTeX</a><br />
      <a href="http://www.forkosh.com/mimetex.html">MimeTeX</a><br />
-     <a href="http://www.latex-project.org/">LaTeX</a><br>
+     <a href="http://www.latex-project.org/">LaTeX</a><br />
      <a href="http://www.ghostscript.com/">ghostscript</a></p>
 </div>
 
@@ -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:</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>
+  <pre>      &lt;span lang="XX" class="multilang"&gt;your_content_here&lt;/span&gt;</pre>
+  <p>You can still use the old (deprecated) span tags instead, for example:</p>
+  <pre>      &lt;lang lang="XX" &gt;your_content_here&lt;/lang&gt;</pre>
  </div>