From 17dce8ca1df507b5d422da854031ae63f5d85af6 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 23 Feb 2015 16:03:00 -0800 Subject: [PATCH] forget to declare a local for singlevalue in the form->renderhtml method. --- knop8/LassoLibraries/knop.lasso | 5 +++-- knop8/source/_ctype/form.inc | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/knop8/LassoLibraries/knop.lasso b/knop8/LassoLibraries/knop.lasso index e14cb94..426d82e 100644 --- a/knop8/LassoLibraries/knop.lasso +++ b/knop8/LassoLibraries/knop.lasso @@ -1,7 +1,7 @@ [/* On-Demand library for namespace knop - Namespace file built date 2015-02-21 04:53:04 by http://knop-project/knop8/source/buildnamespace.lasso + Namespace file built date 2015-02-23 15:49:53 by http://knop-project/knop8/source/buildnamespace.lasso Montania System AB */] @@ -4126,7 +4126,8 @@ Option for -> renderhtml to output without html encoding 'fieldvalue'=string, 'fieldvalue_array'=array, 'options'=array, - 'usehint'=array; + 'usehint'=array, + 'singlevalue'=false; // local var that adjust tag endings if rendered for XHTML diff --git a/knop8/source/_ctype/form.inc b/knop8/source/_ctype/form.inc index 659bc25..5d0b393 100644 --- a/knop8/source/_ctype/form.inc +++ b/knop8/source/_ctype/form.inc @@ -2074,7 +2074,8 @@ Option for -> renderhtml to output without html encoding 'fieldvalue'=string, 'fieldvalue_array'=array, 'options'=array, - 'usehint'=array; + 'usehint'=array, + 'singlevalue'=false; // local var that adjust tag endings if rendered for XHTML