|
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.
tjhunt committed 3 files to 'Moodle CVS' - 25/Nov/08 10:15 PM
Tim Hunt made changes - 25/Nov/08 10:16 PM
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.
Mitsuhiro Yoshida committed 6 files to 'Lang CVS' - 27/Nov/08 03:49 AM
Oh, I guess it was my bad. Sorry for the disturbance.
Olli Savolainen made changes - 28/Nov/08 08:29 PM
martignoni committed 1 file to 'Lang CVS' - 07/Dec/08 11:41 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<(?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.