Skip to content

Commit 6fd0b31

Browse files
lucaboeschmchurchward
authored andcommitted
The thank you page header is not filtered, resolves #664. (#665)
1 parent b9afde7 commit 6fd0b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questionnaire.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2671,7 +2671,7 @@ private function response_goto_thankyou() {
26712671
$this->renderer->render_progress_bar(count($this->questionsbysec) + 1, $this->questionsbysec)
26722672
);
26732673
}
2674-
$this->page->add_to_page('title', $thankhead);
2674+
$this->page->add_to_page('title', format_string($thankhead));
26752675
$this->page->add_to_page(
26762676
'addinfo',
26772677
format_text(

0 commit comments

Comments
 (0)