[xiphos-source] [crosswire/xiphos] 0d58a2: adjust #1350. (#1365)
karl kleinpaste
noreply at github.com
Fri Aug 7 10:13:38 EDT 2026
Branch: refs/heads/master
Home: https://github.com/crosswire/xiphos
Commit: 0d58a2f8a6e5ac56b9fffba60bb193fc64486d17
https://github.com/crosswire/xiphos/commit/0d58a2f8a6e5ac56b9fffba60bb193fc64486d17
Author: karl kleinpaste <karlkleinpaste at users.noreply.github.com>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M src/main/display.cc
Log Message:
-----------
adjust #1350. (#1365)
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