Removed rev="footnote" from HTML output.
The `rel` attribute was removed a while ago, but for some reason `rev` stayed. It shouldn’t.
This commit is contained in:
parent
ab94f5c4c5
commit
05d1f999ec
1 changed files with 0 additions and 1 deletions
|
|
@ -2937,7 +2937,6 @@ class _MarkdownExtra_TmpImpl extends \Michelf\Markdown {
|
|||
$text .= "<hr". $this->empty_element_suffix ."\n";
|
||||
$text .= "<ol>\n\n";
|
||||
|
||||
$attr = " rev=\"footnote\"";
|
||||
if ($this->fn_backlink_class != "") {
|
||||
$class = $this->fn_backlink_class;
|
||||
$class = $this->encodeAttribute($class);
|
||||
|
|
|
|||
Loading…
Reference in a new issue