From 293d17ab7014407a2fd577e75c237c58b48cae49 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Fri, 29 Dec 2017 10:15:39 +0100 Subject: [PATCH] fix typo --- Michelf/MarkdownExtra.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Michelf/MarkdownExtra.php b/Michelf/MarkdownExtra.php index 869afce..73834df 100644 --- a/Michelf/MarkdownExtra.php +++ b/Michelf/MarkdownExtra.php @@ -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);