From 7afc0c3230ccf1ed17cd09dcf0a55acf3e24894d Mon Sep 17 00:00:00 2001 From: conradverm Date: Fri, 13 Jul 2007 15:14:32 +0000 Subject: [PATCH] KTS-2178 "cross site scripting" Updated. --- templates/ktstandard/action/discussion.smarty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ktstandard/action/discussion.smarty b/templates/ktstandard/action/discussion.smarty index 66c8181..b798584 100644 --- a/templates/ktstandard/action/discussion.smarty +++ b/templates/ktstandard/action/discussion.smarty @@ -1,4 +1,4 @@ -

get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Discussion{/i18n}:
{$context->oDocument->getName()}

+

get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Discussion{/i18n}:
{$context->oDocument->getName()|sanitize}

{if $threads}

{i18n}Existing threads{/i18n}

@@ -20,7 +20,7 @@ {else} -

{if ($closed_threads != 0)} +

{if ($closed_threads != 0)} {i18n arg_closed=$closed_threads}There are #closed# closed threads - use the "View All" option below to view them.{/i18n} {else} {i18n}There are no open threads for this document.{/i18n} -- libgit2 0.21.4