View Single Post
Old 04-16-2026, 02:22 PM   #40
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 9,680
Karma: 6774048
Join Date: Nov 2009
Device: many
Yes that is from the code to see if it is safe to condense whitespace. It needs to examine all linked in css files, all style tags in head, and all style attributes to make sure that neither the white-space property nor the white-space-collapse property is being used.

Yes the bk.bookpath_to_id(bkpath) will return a garbage id if bkpath does not existand trying to read the contents of a non-existent id will throw an error.

I will add some code to prevent that.

Last edited by KevinH; 04-16-2026 at 02:31 PM.
KevinH is offline   Reply With Quote