--- Core.pm~ 2009-05-14 03:08:55.000000000 -0400 +++ Core.pm 2016-07-08 13:06:58.451695898 -0400 @@ -164,7 +164,7 @@ if (defined $cgi->param("cltp_action_${tablenum}_ins_$$tableEntry{'row'}")) { $row.=_renderForm('insertrow',$tablenum, undef, $$tableEntry{'row'}); } - $row=~s/%EDITCELL{(.*?)}%/_handleEditCell($tablenum,$1)/eg; + $row=~s/%EDITCELL\{(.*?)\}%/_handleEditCell($tablenum,$1)/eg; $text.=$row; } $text.= _renderForm('addrow',$tablenum,undef,$#$tableRef + 1) if (!defined $cgi->param("cltp_action_$tablenum"))&&($options{'changerows'}!~/^(off|false|0|no)$/i)&&($options{'quickadd'}); @@ -235,7 +235,7 @@ if (defined $dataRef) { $value = $$dataRef[$c]; $value =~s/^\s//; $value=~s/\s$//; - if ($value=~/%EDITCELL{(.*?)}%/) { + if ($value=~/%EDITCELL\{(.*?)\}%/) { my $param = $1; $param=~s/^\s*\"//; $param=~s/\"\s*$//; if ($param !~ /^editbutton/i) {