]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML strict. Fix entity. Merged from MOODLE_18_STABLE.
authortjhunt <tjhunt>
Wed, 23 May 2007 10:52:16 +0000 (10:52 +0000)
committertjhunt <tjhunt>
Wed, 23 May 2007 10:52:16 +0000 (10:52 +0000)
filter/tex/filterconfig.html

index 723b1c7e42841afe6200415b1fa8e39196f12cd7..36bedf64659fdcc346f5ae97cecf58b5cdef432d 100644 (file)
@@ -22,8 +22,8 @@
     $txt->pathlatex = get_string( 'pathlatex','admin' );
     $txt->pathdvips = get_string( 'pathdvips','admin' );
     $txt->pathconvert = get_string( 'pathconvert','admin' );
-    $txt->tick = '&#x2714';
-    $txt->cross = '&#x2718';
+    $txt->tick = '&#x2714;';
+    $txt->cross = '&#x2718;';
 
     // check file exists & display tick or cross 
     function texbinaryconfirm( $path ) {