mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
More extraneous spaces plus nailed a syntax error
This commit is contained in:
parent
9994f62382
commit
56a6eb0283
@ -143,8 +143,8 @@ class Index extends Controller
|
||||
if (array_key_exists($field, $_POST))
|
||||
$templateData[$field] = Request::input($field);
|
||||
}
|
||||
|
||||
if (!empty($templateData['markup'] && Config::get('cms.convertLineEndings', false) === true) {
|
||||
|
||||
if (!empty($templateData['markup']) && Config::get('cms.convertLineEndings', false) === true) {
|
||||
$templateData['markup'] = $this->convertLineEndings($templateData['markup']);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user