Skip to content

Commit

Permalink
fix bug: no result content
Browse files Browse the repository at this point in the history
  • Loading branch information
Cicini authored Aug 16, 2023
1 parent 2307300 commit 254eb13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,8 @@ function hdq_get_results($quiz_settings)
<div class="hdq_result"><?php if ($results_percent == "yes") {
echo ' - <span class = "hdq_result_percent"></span>';
} ?></div>
<div class="hdq_result_pass"></div>
<div class="hdq_result_fail"></div>
<?php
if ($share_results === "yes") {
?>
Expand Down

0 comments on commit 254eb13

Please sign in to comment.