This commit is contained in:
Roman Shvets 2013-08-28 17:44:47 +03:00
parent 668f093808
commit b4123c222c

View file

@ -151,7 +151,7 @@ class Pico {
*/
private function parse_content($content)
{
$content = preg_replace('#/\*.+?\*/#s', '', $content); // Remove comments and meta
$content = preg_replace('#^/\*.+?\*/#s', '', $content); // Remove comments and meta
$content = str_replace('%base_url%', $this->base_url(), $content);
$content = MarkdownExtra::defaultTransform($content);