Merge e7421e4e260e875eae3f01279e74d2c623b146f4 into 4f21defa4782fdac58b48e8e3a11a706ab920d89
This commit is contained in:
commit
ca3a7ffb46
@ -81,7 +81,7 @@ class Page {
|
||||
// Remove "Content:" or "---" and keep next characters if there are
|
||||
$content[0] = substr($content[0], strpos($content[0], $styleTypeUsed) + strlen($styleTypeUsed));
|
||||
|
||||
$content[0] = trim($content[0]);
|
||||
$content[0] = ltrim($content[0]);
|
||||
|
||||
// Join lines in one variable, this is RAW content from file
|
||||
$this->vars['contentRaw'] = implode($content);
|
||||
|
Loading…
x
Reference in New Issue
Block a user