Added CodeMirror to code areas all accross JCB #308

Merged
Llewellyn merged 19 commits from staging into master 2018-07-07 10:03:42 +00:00
Showing only changes of commit 568ff0ff9c - Show all commits

View File

@ -12064,7 +12064,7 @@ class Interpretation extends Fields
} }
} }
// close the foreach if needed // close the foreach if needed
if (ComponentbuilderHelper::checkString($fix)) if (ComponentbuilderHelper::checkString($fix) || $export)
{ {
// start the loop // start the loop
$forEachStart = PHP_EOL . PHP_EOL . $this->_t(1) . $tab . $this->_t(1) . "//" . $this->setLine(__LINE__) . " set values to display correctly."; $forEachStart = PHP_EOL . PHP_EOL . $this->_t(1) . $tab . $this->_t(1) . "//" . $this->setLine(__LINE__) . " set values to display correctly.";