View Single Post
Old 12-01-2019, 07:23 PM   #8
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 862
Karma: 3461504
Join Date: Jan 2017
Location: Poland
Device: Various
Probable bug (five times in the plugin code):

Code:
<p class="'+self.prefs['HyperlinkID']
should be
Code:
<p class="'+self.prefs['FootnoteClass']
BeckyEbook is offline   Reply With Quote