simplify "Simple Footnotes" fragment identifier
[Ultimately_Untrue_Thought.git] / plugins / simple_footnotes.py
index 0ea8383..d6e8810 100644 (file)
@@ -56,7 +56,7 @@ def parse_for_footnotes(article_or_page_generator):
                 if leavealone:
                     continue
                 count += 1
-                fnid = u"sf-%s-%s" % (article.slug, count)
+                fnid = u"note-%s" % (count)
                 fnbackid = u"%s-back" % (fnid,)
                 endnotes.append((footnote, fnid, fnbackid))
                 number = dom.createElement(u"sup")