mirror of
https://github.com/getgrav/grav.git
synced 2026-02-22 22:51:13 +01:00
Fix page saving using html instead of raw input
This commit is contained in:
@@ -420,7 +420,7 @@ class Page
|
||||
if ($file) {
|
||||
$file->filename($this->filePath());
|
||||
$file->header((array) $this->header());
|
||||
$file->markdown($this->content());
|
||||
$file->markdown($this->raw_content);
|
||||
$file->save();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user