diff --git a/templates/ktcore/bulk_action_complete.smarty b/templates/ktcore/bulk_action_complete.smarty
index ca2d3b1..3a624a3 100644
--- a/templates/ktcore/bulk_action_complete.smarty
+++ b/templates/ktcore/bulk_action_complete.smarty
@@ -1,4 +1,4 @@
-
get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{$context->getDisplayName()}
+
get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{$context->getDisplayName()|sanitize}
{i18n}These are the results of the bulk action{/i18n}:
@@ -17,8 +17,8 @@
{foreach from=$list.folders item=item}
- | {$item.0} |
- {$item.1} |
+ {$item.0|sanitize} |
+ {$item.1|sanitize} |
{/foreach}
@@ -42,8 +42,8 @@
{foreach from=$list.documents item=item}
- | {$item.0} |
- {$item.1} |
+ {$item.0|sanitize} |
+ {$item.1|sanitize} |
{/foreach}