Skip to content
Snippets Groups Projects
Commit 9bfc3550 authored by falcon's avatar falcon
Browse files

Remove stray div from manage results form

parent c3103f64
No related branches found
No related tags found
No related merge requests found
......@@ -2029,9 +2029,6 @@ function quiz_results_manage_results_form($form, &$form_state, $quiz) {
$form['pager'] = array(
'#markup' => '<DIV ID ="browser-pager">' . theme('pager', array('tags' => NULL)) . '</DIV>',
);
$form['ahah_target_all_end'] = array(
'#markup' => '</DIV>'
);
$form['#submit'][] = 'quiz_results_mr_form_submit';
return $form;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment