Merge branch 'MDL-50295-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
Andrew Nicols
2015-07-28 14:02:07 +08:00
+2 -2
View File
@@ -567,8 +567,8 @@ class theme_config {
|| false !== strpos($uagent, 'Mac')) {
// Looks good in Win XP/Mac/Opera 8/9, Mac/Firefox 2, Camino, Safari.
// Not broken in Mac/IE 5, Mac/Netscape 7 (?).
$this->rarrow = '▶';
$this->larrow = '◀';
$this->rarrow = '▶︎';
$this->larrow = '◀︎';
}
elseif ((false !== strpos($uagent, 'Konqueror'))
|| (false !== strpos($uagent, 'Android'))) {