From: toyomoyo Date: Fri, 2 Mar 2007 02:33:19 +0000 (+0000) Subject: merged, changing this back to fieldset X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=78c698f3becdd1e67a53e43ec5d50c3c02e133ce;p=moodle.git merged, changing this back to fieldset --- diff --git a/lib/weblib.php b/lib/weblib.php index 16fbcbe247..379a6931b8 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -3061,7 +3061,7 @@ function print_single_button($link, $options, $label='OK', $method='get', $targe $output .= '
'; // taking target out, will need to add later target="'.$target.'" $output .= '
'; - $output .= '
'; + $output .= '
'; if ($options) { foreach ($options as $name => $value) { $output .= ''; @@ -4324,17 +4324,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 '