From 692b631d9da6d907e59a4e1f69ebb478e6dd6526 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 28 Feb 2008 21:43:50 +0000 Subject: [PATCH] MDL-12815 - Quiz uses inconsistent class attribute for the paging bar. I have added the standard .paging class, but I have left the old class there too, so as not to break existing themes. --- mod/quiz/locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/locallib.php b/mod/quiz/locallib.php index c972e523b9..defe8ae8cd 100644 --- a/mod/quiz/locallib.php +++ b/mod/quiz/locallib.php @@ -228,7 +228,7 @@ function quiz_repaginate($layout, $perpage, $shuffle=false) { */ function quiz_print_navigation_panel($page, $pages) { //$page++; - echo '
'; + echo '
'; echo '' . get_string('page') . ':'; if ($page > 0) { // Print previous link -- 2.39.5