From: Steve Sutton Date: Tue, 14 Aug 2018 12:31:58 +0000 (-0400) Subject: Update the form output for double quotes. X-Git-Tag: v1.0.9^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=42afbd54f0a6224e4687303cc8ae031b370280fe;p=web%2Fwww.mackinacislandpackage.com.git Update the form output for double quotes. using htmlspecialchars to keep value correct. --- diff --git a/classes/class_form_creator.inc b/classes/class_form_creator.inc index 2fdab0c..ba56d69 100755 --- a/classes/class_form_creator.inc +++ b/classes/class_form_creator.inc @@ -295,7 +295,7 @@ class form_creator extends GLM_TOOLBOX { { $fObject = $this->get_vals( $type_data ); $col1 = $fObject->req1.$fObject->title.$fObject->req2; - $col2 = 'reqval.'>'; + $col2 = 'reqval.'>'; $out = $this->create_row( $col1, $col2 ); return( $out ); }