From ac26175c5c2a732665cc3674d3aa5f9ed83236f5 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 14 Mar 2007 14:55:22 +0000 Subject: [PATCH] Merged wonky nav fix from stable --- lib/weblib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index 654b3383c5..9c083a3b19 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -4328,17 +4328,17 @@ function navmenu($course, $cm=NULL, $targetwindow='self') { } if ($backmod) { $backtext= get_string('activityprev', 'access'); - $backmod = '
  • frametarget.'>
    '. + $backmod = '
  • frametarget.'>
    '. ''. '
  • '; + ''.$backtext.''; } if ($nextmod) { $nexttext= get_string('activitynext', 'access'); - $nextmod = '
  • frametarget.'>
    '. + $nextmod = '
  • frametarget.'>
    '. ''. '
  • '; + ''.$nexttext.''; } return '