From 67aaeefee5d376c68367fd8314ab623226dd0f82 Mon Sep 17 00:00:00 2001 From: nbm Date: Fri, 22 Jul 2005 20:50:02 +0000 Subject: [PATCH] Move formenctype to a more accurate location --- templates/ktcore/standard_page.smarty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/ktcore/standard_page.smarty b/templates/ktcore/standard_page.smarty index a6cdf31..a8b2bc9 100644 --- a/templates/ktcore/standard_page.smarty +++ b/templates/ktcore/standard_page.smarty @@ -14,10 +14,10 @@ { assign var="onloadjavascript" value="onload=\"$onloadjavascript\"" } { /if } - { if $formenctype } - { assign var="formenctype" value="enctype=\"$formenctype\"" } - { /if } { if ! $formdisabled } + { if $formenctype } + { assign var="formenctype" value="enctype=\"$formenctype\"" } + { /if } { if $hasrequiredfields } { assign var="onsubmit" value="onsubmit=\"return validateForm(this)\"" } { /if } -- libgit2 0.21.4