From a844aba6fdaf6b9333b6da01b56b1ba2df34f86d Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Fri, 8 Jun 2007 16:36:50 +0000 Subject: [PATCH] KTS-2076 "Character encoding issue with document titles" Forgot this file. --- templates/ktcore/document/edit.smarty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ktcore/document/edit.smarty b/templates/ktcore/document/edit.smarty index 7b9e420..5b334a7 100644 --- a/templates/ktcore/document/edit.smarty +++ b/templates/ktcore/document/edit.smarty @@ -11,7 +11,7 @@ {$context->oPage->requireCSSResource('resources/css/kt-treewidget.css')} -

{i18n}Editing{/i18n}: {$document->getName()|wordwrap:40:"
\n":true}

+

{i18n}Editing{/i18n}: {$document->getName()|mb_wordwrap:40:"
\n":true}

{capture assign=link}{addQS}action=selectType&fDocumentId={$document->getId()}{/addQS}{/capture}

{i18n arg_link=$link arg_name=$type_name}Change the document type. The current type is "#name#"{/i18n}

-- libgit2 0.21.4