From f81e76f5d6a2568d706f7df6cf2657842ecc906a Mon Sep 17 00:00:00 2001 From: conradverm Date: Fri, 13 Jul 2007 15:16:35 +0000 Subject: [PATCH] KTS-2178 "cross site scripting" Updated. --- templates/ktcore/workflow/documentWorkflow.smarty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ktcore/workflow/documentWorkflow.smarty b/templates/ktcore/workflow/documentWorkflow.smarty index 6f0b9c7..9789f96 100644 --- a/templates/ktcore/workflow/documentWorkflow.smarty +++ b/templates/ktcore/workflow/documentWorkflow.smarty @@ -1,4 +1,4 @@ -

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

+

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

{i18n}Workflow is a description of a document's lifecycle. It is made up of -- libgit2 0.21.4