mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-38347 fixed whitespace
This commit is contained in:
parent
2d9161791f
commit
f04721e2bf
@ -533,7 +533,7 @@ class theme_config {
|
||||
$this->rarrow = '▶';
|
||||
$this->larrow = '◀';
|
||||
}
|
||||
elseif ((false !== strpos($uagent, 'Konqueror'))
|
||||
elseif ((false !== strpos($uagent, 'Konqueror'))
|
||||
|| (false !== strpos($uagent, 'Android'))) {
|
||||
// The fonts on Android don't include the characters required for this to work as expected.
|
||||
// So we use the same ones Konqueror uses.
|
||||
|
Loading…
x
Reference in New Issue
Block a user