fix typo
This commit is contained in:
parent
aee8756b31
commit
293d17ab70
1 changed files with 1 additions and 1 deletions
|
|
@ -1702,7 +1702,7 @@ class MarkdownExtra extends \Michelf\Markdown {
|
|||
$title = $this->encodeAttribute($title);
|
||||
$attr .= " title=\"$title\"";
|
||||
}
|
||||
$attr .= " role=\"doc-reflink\"";
|
||||
$attr .= " role=\"doc-noteref\"";
|
||||
|
||||
$attr = str_replace("%%", $num, $attr);
|
||||
$node_id = $this->encodeAttribute($node_id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue