fixed line spacing in getform method

This commit is contained in:
2018-07-06 17:56:29 +02:00
parent 769e31061c
commit 1a19a510dc
11 changed files with 3 additions and 11 deletions

View File

@ -10937,7 +10937,7 @@ class Interpretation extends Fields
$allow[] = $this->_t(4) . "\$form->setValue(\$redirectedField, null, \$redirectedValue);";
$allow[] = $this->_t(3) . "}";
// load custom script if found
$allow[] = $this->_t(2) . "}" . $this->getCustomScriptBuilder('php_getform', $viewName_single, PHP_EOL . PHP_EOL);
$allow[] = $this->_t(2) . "}" . $this->getCustomScriptBuilder('php_getform', $viewName_single, PHP_EOL);
// setup the default script
$allow[] = $this->_t(2) . "return \$form;";