Skip to content

Commit

Permalink
Merge pull request #33817 from dimagi/jls/fix-collapsible-group-heade…
Browse files Browse the repository at this point in the history
…r-markdown

Updated collapsible group hears to display plain text, not just markdown
  • Loading branch information
orangejenny authored Nov 30, 2023
2 parents 859f983 + 23d6839 commit 43c11e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/cloudcare/templates/form_entry/templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
css: {'fa-angle-double-right': !showChildren(), 'fa-angle-double-down': showChildren()},
"></i>
</div>
<span class="webapp-markdown-output caption" data-bind="html: caption_markdown(), attr: {id: captionId()}"></span>
<span class="webapp-markdown-output caption" data-bind="html: caption_markdown() || caption(), attr: {id: captionId()}"></span>
<i class="fa fa-warning text-danger pull-right" data-bind="visible: hasError() && !showChildren()"></i>
<button class="btn btn-danger del pull-right" href="#" data-bind="
visible: isRepetition,
Expand Down

0 comments on commit 43c11e2

Please sign in to comment.