MDL-10824 - spaces in javascript URLs are not strictly valid. Merged from MOODLE_18_STABLE.

This commit is contained in:
tjhunt
2007-09-19 17:44:52 +00:00
parent 554bda0538
commit 314fc083d9
+2 -2
View File
@@ -368,8 +368,8 @@ function question_list($contexts, $pageurl, $categoryandcontext, $cm = null,
echo $paging;
if ($caneditall || $canmoveall || $canuseall){
echo '<a href="javascript:select_all_in(\'TABLE\', null, \'categoryquestions\');">'.$strselectall.'</a> /'.
' <a href="javascript:deselect_all_in(\'TABLE\', null, \'categoryquestions\');">'.$strselectnone.'</a>';
echo '<a href="javascript:select_all_in(\'TABLE\',null,\'categoryquestions\');">'.$strselectall.'</a> /'.
' <a href="javascript:deselect_all_in(\'TABLE\',null,\'categoryquestions\');">'.$strselectnone.'</a>';
echo '<br />';
echo '<strong>&nbsp;'.get_string('withselected', 'quiz').':</strong><br />';