diff --git a/src/pages/qa.ts b/src/pages/qa.ts index e1b2152..67a4640 100644 --- a/src/pages/qa.ts +++ b/src/pages/qa.ts @@ -66,8 +66,8 @@ function renderQuestions(list: HTMLElement, questions: Question[]) {
-${escapeHtml(q.question)}
-${escapeHtml(q.answer)}
+${escapeHtml(q.question)}
+${escapeHtml(q.answer)}
`, ) .join(""); @@ -91,7 +91,7 @@ export async function qaPage(outlet: HTMLElement) { class="qa-textarea" aria-describedby="qa-status char-count" placeholder="${escapeHtml(placeholderQuestion)}">${escapeHtml(draft)} -