diff --git a/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm b/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
index 9c4fb4ea0e..72a74fb189 100644
--- a/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
+++ b/lib/WeBWorK/ContentGenerator/GatewayQuiz.pm
@@ -1256,7 +1256,12 @@ sub head {
print qq{
- };
+
+
+
+
+
+ };
return $self->{pg}->{head_text} if defined($self->{pg}->{head_text});
}