[xiphos-source] [crosswire/xiphos] 8b1153: adjust #1350.
karl kleinpaste
noreply at github.com
Fri Aug 7 10:02:28 EDT 2026
Branch: refs/heads/karl-fix-mishighlight-from-bookmark-colorization
Home: https://github.com/crosswire/xiphos
Commit: 8b115364f9e779cc0db2749ee037f9a84d25303e
https://github.com/crosswire/xiphos/commit/8b115364f9e779cc0db2749ee037f9a84d25303e
Author: Karl Kleinpaste <karl at kleinpaste.org>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M src/main/display.cc
Log Message:
-----------
adjust #1350.
the problem of paragraph endings <p/> appearing in text within <span> or <font>
blocks is completely general; it induces premature closure of specifications,
then psychotically re-introduces them later in the display (probable webkit
bug, but not webkit's fault). it doesn't just happen at the end of verses, it
happens anywhere. so the previous solution has been removed, replaced with a
general search for <p/> when either highlight or bookmark colorization is
active. both "<p/>" and "<p />" (w/space) are handled because both are seen in
existing modules.
also updated a couple nbsp; followed by a useless space, removing space.
To unsubscribe from these emails, change your notification settings at https://github.com/crosswire/xiphos/settings/notifications
More information about the xiphos-source
mailing list