(search) Don't inject arbitrary HTML into the site info view xD

This commit is contained in:
Viktor Lofgren 2023-12-29 14:04:26 +01:00
parent 70f338c3de
commit a065040323

View File

@ -14,7 +14,7 @@
<dl>
{{#each samples}}
<dt><a href="{{url}}" rel="external noopener ugc">{{title}}</a></dt>
<dd>{{{description}}}</dd>
<dd>{{description}}</dd>
{{/each}}
</dl>
{{/if}}{{/unless}}