Oops. Needs an extra space here.

This commit is contained in:
Evert Pot 2015-02-26 16:28:15 -05:00
parent ce512533dc
commit 6ceb7ceb8c

View file

@ -812,7 +812,7 @@ class Markdown implements MarkdownInterface {
$idValue = call_user_func($this->header_id_func, $headerValue);
if (!$idValue) return "";
return 'id="' . $this->encodeAttribute($idValue) . '"';
return ' id="' . $this->encodeAttribute($idValue) . '"';
}