From 375999bf69119ed2e9d148ec59b6b37220679052 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 2 Sep 2005 05:00:54 +0000 Subject: Bug 306632: editvalues.cgi title seems wrong when actually editting a value - Patch by GavinS r=LpSolit a=myk --- template/en/default/admin/fieldvalues/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl index b2d427017..58de8611b 100644 --- a/template/en/default/admin/fieldvalues/edit.html.tmpl +++ b/template/en/default/admin/fieldvalues/edit.html.tmpl @@ -23,7 +23,7 @@ [% PROCESS global/variables.none.tmpl %] [% title = BLOCK %]Edit Value '[% value FILTER html %]' ' - [%- filter FILTER html %]'[% END %] + [%- field FILTER html %]'[% END %] [% PROCESS global/header.html.tmpl title = title %] -- cgit v1.2.3-24-g4f1b