X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=plugins%2Fsimple_footnotes.py;fp=plugins%2Fsimple_footnotes.py;h=d6e8810ba72a9600cf92a9f346ec760bb3dbe781;hp=0ea83834301dfb803e12c5f8f0e1c0eafa58afb9;hb=d9b26d988808f0abcfeee85734b836c79fb6d8a7;hpb=45e691e759a1933381f7b1a248d61d024cda529d diff --git a/plugins/simple_footnotes.py b/plugins/simple_footnotes.py index 0ea8383..d6e8810 100644 --- a/plugins/simple_footnotes.py +++ b/plugins/simple_footnotes.py @@ -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")