mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Issue 1401 adding html input close tag on template handler
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10170 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a8bf53fe54
commit
daa790e2e6
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ class TemplateHandler {
|
||||||
$generatedHidden = '';
|
$generatedHidden = '';
|
||||||
foreach($resultArray AS $key=>$value)
|
foreach($resultArray AS $key=>$value)
|
||||||
{
|
{
|
||||||
$generatedHidden .= '<input type="hidden" name="'.$value.'" value="<?php echo $__Context->'.$value.' ?>">';
|
$generatedHidden .= '<input type="hidden" name="'.$value.'" value="<?php echo $__Context->'.$value.' ?>" />';
|
||||||
}
|
}
|
||||||
$matches[2] = $generatedHidden.$matches[2];
|
$matches[2] = $generatedHidden.$matches[2];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue