Skip to content

Commit

Permalink
Don't number descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrmanator committed Dec 14, 2023
1 parent ba0e478 commit 0cb5735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/editor/giftPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 += "<p>" + applyFormat(q.stem) + "</p>";
theDiv.append(html); html = "";
break;
case "MC":
Expand Down

0 comments on commit 0cb5735

Please sign in to comment.