Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Sep 20, 2024
1 parent e70adcd commit 7017441
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ <h2 class="question-title" id="question-{{ question.index }}" aria-level="2" ng-
hide-check="false"
>
</div>
</div">

<div
ng-class="question-footer-html"
ng-if="question.extra_options && question.extra_options.footer_html"
ng-bind-html="question.extra_options.footer_html"
>
</div>

<!-- QUESTION OPTIONS END -->
Expand Down

0 comments on commit 7017441

Please sign in to comment.