Fix comment

This commit is contained in:
Cristian 2014-01-05 17:42:41 +04:00
parent 0cdb1735bb
commit 2194dd1bdb

View file

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