diff --git a/docs/editor/giftPreview.js b/docs/editor/giftPreview.js index 3d5750f..717ccc3 100644 --- a/docs/editor/giftPreview.js +++ b/docs/editor/giftPreview.js @@ -14,7 +14,7 @@ function giftPreviewHTML(qArray, theDiv) { switch (q.type) { case "Description": html += makeTitle("Description", q.title); - html += pStemOpen + applyFormat(q.stem) + pStemClose; + html += "

" + applyFormat(q.stem) + "

"; theDiv.append(html); html = ""; break; case "MC":