added link target for bookmarks in tag usage list

This commit is contained in:
2025-10-07 10:05:12 +02:00
parent 19e291ba4f
commit 66fd158e9e

View File

@@ -36,7 +36,7 @@
{#if module=='bookmark'}
{@html target(object.comment.rendered).replace(/<p>(.*?)<\/p>/, '$1')} <!-- this is a workaround for in-proper formatting of paragraphs within list items in firefox -->
<p>
<a href={object.url}>{object.url}</a>
<a href={object.url} target="_blank">{object.url}</a>
</p>
<hr/>
{:else if module=='task' || module=='project'}