diff --git a/src/apps/item-sheet.js b/src/apps/item-sheet.js index 5a05dfb4..fc2251e4 100644 --- a/src/apps/item-sheet.js +++ b/src/apps/item-sheet.js @@ -96,6 +96,8 @@ export class DS4ItemSheet extends foundry.applications.api.HandlebarsApplication } } + + // Enrich description content for display if (this.item.system.description) { context.enrichedDescription = await foundry.applications.ux.TextEditor.implementation.enrichHTML( diff --git a/templates/sheets/item/tabs/effects.hbs b/templates/sheets/item/tabs/effects.hbs index 0e76c5ef..070057c7 100644 --- a/templates/sheets/item/tabs/effects.hbs +++ b/templates/sheets/item/tabs/effects.hbs @@ -5,10 +5,10 @@ SPDX-License-Identifier: MIT --}}