move sanitization code out of api package

This commit is contained in:
orangix
2026-01-25 06:25:21 +01:00
parent 02be603dcc
commit e241d35efe
7 changed files with 63 additions and 56 deletions

View File

@@ -75,7 +75,7 @@
{{/equal}}
{{#if this.Description}}
<p>{{{this.Description}}}</p>
<p>{{{sanitizeDescription(this.Description)}}}</p>
{{/if}}
{{/each}}
</div>