diff --git a/.documentation/faq/index.php b/.documentation/faq/index.php index 78a50db..fc9b529 100644 --- a/.documentation/faq/index.php +++ b/.documentation/faq/index.php @@ -14,7 +14,7 @@ foreach (new DirectoryIterator("./") as $file){ if (!$file->isDot() && !$file->isDir() && $file->getExtension() === "md"){ $markdown = $parser->parse(file_get_contents($file->getPathname())); - echo $markdown->view("html"); + echo preg_replace("/

getFilename()) . "\"", $markdown->view("html"), 1); } } ?>