XHTML strict. Fix entity. Merged from MOODLE_18_STABLE.

This commit is contained in:
tjhunt 2007-05-23 10:52:16 +00:00
parent 19faed1ab3
commit dcb784c5de

View 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 = '✔';
$txt->cross = '✘';
// check file exists & display tick or cross
function texbinaryconfirm( $path ) {