|
There are bad > characters in
admin.php string importlangreminder They should be replaced by $THEME->rarrow, after calling check_theme_arrows(). This is an accessibility thing. The quiz string Move to >> is no longer used anywhere. I have fixed the one genuine occurrence in quiz.php. Tim, in revision 1.73 you seem to have added the following in /mod/quiz/editlib.php, around line 831:
$a = new stdClass; This seems to cause the following in function get_string(), breaking the UI: Catchable fatal error: Object of class stdClass could not be converted to string in /home/olli/workspace/moodle2cvs/lib/moodlelib.php(5435) : eval()'d code on line 1 I am not familiar with this way of using get_string, so I don't know how to fix it. Oh, I guess it was my bad. Sorry for the disturbance.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<(?Unable to render embedded object: File (?[pP][hH][pP])(?) not found..*>)
which finds unmatched < that are not part of an open PHP tag. There are about a dozen in the lang files, all of which are HTML tags in help files wrapped over two lines, except for string addrandom1 in quiz.php, which is no longer used anywhere.