]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18100 tex filter debug - fix missing quote. Merged from 19_STABLE
authorstronk7 <stronk7>
Mon, 2 Feb 2009 21:15:50 +0000 (21:15 +0000)
committerstronk7 <stronk7>
Mon, 2 Feb 2009 21:15:50 +0000 (21:15 +0000)
filter/tex/texdebug.php

index 4cd5f9611623041e2fd664da7577c06e2dd15213..bbeb81f134ed6e10588869a239fd8ffb79ad2b46 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP // $Id$
+<?php // $Id$
       // This function fetches math. images from the data directory
       // If not, it obtains the corresponding TeX expression from the cache_tex db table
       // and uses mimeTeX to create the image file
                <label for="ShowDB">See the cache_filters database entry for this expression (if any).</label></li>
            <li><input type="radio" name="DeleteDB" value="DeleteDB" id="DeleteDB" />
                <label for="DeleteDB">Delete the cache_filters database entry for this expression (if any).</label></li>
-           <li><input type="radio" name="action" value="ShowImageMimetex" id="ShowImageMimetex  checked="checked" />
+           <li><input type="radio" name="action" value="ShowImageMimetex" id="ShowImageMimetex"  checked="checked" />
                <label for="ShowImageMimetex">Show a graphic image of the algebraic expression rendered with mimetex.</label></li>
            <li><input type="radio" name="action" value="ShowImageTex" id="ShowImageTex" />
                <label for="ShowImageTex">Show a graphic image of the algebraic expression rendered with Tex/Ghostscript.</label></li>