This commit is contained in:
Tobias Bengfort 2017-12-29 10:15:39 +01:00
parent aee8756b31
commit 293d17ab70

View file

@ -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);