View Single Post
Old 03-10-2023, 10:52 AM   #14
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,255
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
@gbm and @JSWolf,

I don't use Modify Epub anymore but I took a quick look at the plugin code. I think the problem may be that the plugin is currently only looking for GBS anchors in their self-closing form
Code:
<a id="GBS..."/>
i.e. not
Code:
<a id="GBS..."></a>
ETA: If Beautify has been run all anchors will look like the latter.

Last edited by jackie_w; 03-10-2023 at 10:55 AM. Reason: ETA
jackie_w is offline   Reply With Quote