diff --git a/question/editlib.php b/question/editlib.php
index 6f201f8b1a9..e535ac42511 100644
--- a/question/editlib.php
+++ b/question/editlib.php
@@ -368,8 +368,8 @@ function question_list($contexts, $pageurl, $categoryandcontext, $cm = null,
echo $paging;
if ($caneditall || $canmoveall || $canuseall){
- echo ''.$strselectall.' /'.
- ' '.$strselectnone.'';
+ echo ''.$strselectall.' /'.
+ ' '.$strselectnone.'';
echo '
';
echo ' '.get_string('withselected', 'quiz').':
';