diff --git a/core.php b/core.php index fcd2086..dad753d 100755 --- a/core.php +++ b/core.php @@ -365,7 +365,7 @@ function convertMarkdownToHTML($contents) { $date = $converted->date; $license = $converted->license; - $text = "
\n"; + $text = "
\n"; if ($title != "") { $text .= "\t

$title

\n";