Skip to content

Commit

Permalink
try to fix ci 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-A-Normal-Robot committed Jan 7, 2024
1 parent 1a2c7be commit 0cb8dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/generate_faq_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def faq_html(entry):
<h2 class="question-title">{entry['question']}</h2>
</button>
<div class="answer">
{entry['answer']}
{entry['answerHTML']}
<div class="answer-source">— {entry['answer']}</div>
</div>
</div>
Expand Down

0 comments on commit 0cb8dc0

Please sign in to comment.