Oops. Needs an extra space here.
This commit is contained in:
parent
ce512533dc
commit
6ceb7ceb8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) . '"';
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue