From: tjhunt Date: Wed, 23 May 2007 10:52:16 +0000 (+0000) Subject: XHTML strict. Fix entity. Merged from MOODLE_18_STABLE. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dcb784c5dee57aae66ac0e8cedddf55fd30df9f7;p=moodle.git XHTML strict. Fix entity. Merged from MOODLE_18_STABLE. --- diff --git a/filter/tex/filterconfig.html b/filter/tex/filterconfig.html index 723b1c7e42..36bedf6465 100644 --- a/filter/tex/filterconfig.html +++ b/filter/tex/filterconfig.html @@ -22,8 +22,8 @@ $txt->pathlatex = get_string( 'pathlatex','admin' ); $txt->pathdvips = get_string( 'pathdvips','admin' ); $txt->pathconvert = get_string( 'pathconvert','admin' ); - $txt->tick = '✔'; - $txt->cross = '✘'; + $txt->tick = '✔'; + $txt->cross = '✘'; // check file exists & display tick or cross function texbinaryconfirm( $path ) {