https://bugs.kde.org/show_bug.cgi?id=509901
Albert Astals Cid <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/netw | |ork/kio-extras/-/commit/d95 | |236c45ad993da27be1a0ace809f | |8205587404 --- Comment #3 from Albert Astals Cid <[email protected]> --- Git commit d95236c45ad993da27be1a0ace809f8205587404 by Albert Astals Cid. Committed on 07/11/2025 at 10:24. Pushed by aacid into branch 'master'. man2html: Fix calculating rowspan The old code rowspan was at most ever 2 since we're going back in rows and doing ++ to the previous row when we find a ^ The fix is to not do ++ to the previous row but to set the previous row rowspan to the current row rowspan + 1, this way we can accummulate rowspan as needed M +1 -1 man/man2html.cpp https://invent.kde.org/network/kio-extras/-/commit/d95236c45ad993da27be1a0ace809f8205587404 -- You are receiving this mail because: You are watching all bug changes.
