diff --git a/Content.php b/Content.php index 4ff6940..e8984f7 100644 --- a/Content.php +++ b/Content.php @@ -85,7 +85,7 @@ private function splitContent() { * current message comment section. */ private function extractMetadata() { - if (preg_match('#(?Psubmitted.*)#', $this->content, $matches)) { + if (preg_match('#(?P\s{3}submitted.*)#', $this->content, $matches)) { $this->metadata = $matches['metadata']; } }