Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
c2a0b3ad
Commit
c2a0b3ad
authored
Dec 11, 2009
by
Sam Hemelryk
Browse files
weblib MDL-17550 Added code to convert arrows set in themes from entities to UTF8 chars
parent
8b7463e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/weblib.php
View file @
c2a0b3ad
...
...
@@ -1924,7 +1924,6 @@ function check_theme_arrows() {
global
$THEME
;
if
(
!
isset
(
$THEME
->
rarrow
)
and
!
isset
(
$THEME
->
larrow
))
{
debug
(
$THEME
,
'not set'
);
// Default, looks good in Win XP/IE 6, Win/Firefox 1.5, Win/Netscape 8...
// Also OK in Win 9x/2K/IE 5.x
$THEME
->
rarrow
=
'►'
;
// ►
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment