Skip to content
Snippets Groups Projects
Commit 5e2f58dc authored by Jared Hancock's avatar Jared Hancock
Browse files

html2text: Fix notes with same name different urls

parent 264f33e5
Branches
Tags
No related merge requests found
...@@ -277,7 +277,7 @@ class HtmlInlineElement { ...@@ -277,7 +277,7 @@ class HtmlInlineElement {
} }
function addFootNote($name, $content) { function addFootNote($name, $content) {
$this->footnotes[$name] = $content; $this->footnotes[$content] = $content;
return count($this->footnotes); return count($this->footnotes);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment