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:
Michel Fortin 2013-11-28 15:20:57 -05:00
parent ab94f5c4c5
commit 05d1f999ec

View file

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