diff --git a/lib/weblib.php b/lib/weblib.php index 2fa4d64442f..ec421819584 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2416,7 +2416,7 @@ function link_arrow_right($text, $url='', $accesshide=false, $addclass='', $addp if (!$url) { $arrowclass .= $addclass; } - $arrow = ''.$OUTPUT->rarrow().''; + $arrow = ''; $htmltext = ''; if ($text) { $htmltext = ''.$text.' '; @@ -2458,7 +2458,7 @@ function link_arrow_left($text, $url='', $accesshide=false, $addclass='', $addpa if (! $url) { $arrowclass .= $addclass; } - $arrow = ''.$OUTPUT->larrow().''; + $arrow = ''; $htmltext = ''; if ($text) { $htmltext = ' '.$text.'';