mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
XHTML strict. Fix entity. Merged from MOODLE_18_STABLE.
This commit is contained in:
parent
19faed1ab3
commit
dcb784c5de
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user