From bc10b2b56c22883c78d15dfd92f8a6300edbaedf Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Tue, 16 Jan 2007 07:23:22 +0000 Subject: [PATCH] KTS-1516 "International characters appear incorrect in lookup-fields" Additional Fix. selection field was also effected. --- templates/ktcore/forms/widgets/selection.smarty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ktcore/forms/widgets/selection.smarty b/templates/ktcore/forms/widgets/selection.smarty index fefda0c..4b8fdc8 100644 --- a/templates/ktcore/forms/widgets/selection.smarty +++ b/templates/ktcore/forms/widgets/selection.smarty @@ -6,11 +6,11 @@ {if $options.multi}multiple="true"{/if} > {if $options.initial_string} - + {/if} {foreach item=lookup key=lookup_key from=$vocab} - + {/foreach} {/if} -- libgit2 0.21.4