Skip to content
Snippets Groups Projects
Commit bb436dd2 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Code tidy only.

parent b69d5b0e
Branches
No related tags found
No related merge requests found
......@@ -93,7 +93,8 @@ if (!$varerrs) {
}
if ($simp) {
$simp = stack_string('autosimplify').' '.html_writer::empty_tag('input', array('type' => 'checkbox', 'checked' => $simp, 'name'=>'simp'));
$simp = stack_string('autosimplify').' '.
html_writer::empty_tag('input', array('type' => 'checkbox', 'checked' => $simp, 'name'=>'simp'));
} else {
$simp = stack_string('autosimplify').' '.html_writer::empty_tag('input', array('type' => 'checkbox', 'name'=>'simp'));
}
......
......@@ -553,7 +553,6 @@ class qtype_stack_test_helper extends question_test_helper {
return $q;
}
/**
* @return qtype_stack_question the question from the test7.xml file.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment