Skip to content

Commit

Permalink
Fix display of variant spell descriptions (foundryvtt#10944)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez committed Oct 27, 2023
1 parent 2861e8e commit 22e8ee6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/templates/items/sheet.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@
{{#if (not isVariant)}}
{{editor enrichedContent.description target="system.description.value" button=true owner=owner editable=editable}}
{{else}}
{{{enrichedContent.description}}}
<div class="editor">
<div class="editor-content">{{{enrichedContent.description}}}</div>
</div>
{{/if}}
</section>
</section>
Expand Down

0 comments on commit 22e8ee6

Please sign in to comment.