Skip to content

Commit

Permalink
Merge branch 'MDL-50295-master' of git://github.com/danpoltawski/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Jul 28, 2015
2 parents 86ab683 + 6448977 commit 335adbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/outputlib.php
Expand Up @@ -567,8 +567,8 @@ private function check_theme_arrows() {
|| 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'))) {
Expand Down

0 comments on commit 335adbe

Please sign in to comment.