Mercurial > p > roundup > code
diff CHANGES.txt @ 7992:1e9c16b079fa
fix: issue2551341 - if @columns missing from an index url, the group headers colspan property = 0
Fix packaged templates with fix for group headers not spaning the
whole table if @columns parameter is missing from the url.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 25 May 2024 22:57:44 -0400 |
| parents | c80a67be2aad |
| children | 85a40d799e0c |
line wrap: on
line diff
--- a/CHANGES.txt Sat May 25 22:32:30 2024 -0400 +++ b/CHANGES.txt Sat May 25 22:57:44 2024 -0400 @@ -151,6 +151,9 @@ - make classhelper link open in a new window by setting target="_blank". This prevents overwriting of current page with the classhelper if javascript is disabled. (John Rouillard) +- issue2551341 - if @columns missing from an index url, the + group headers colspan property = 0. Add "or 100" in + stanza's so headers span all rows (up to 100). Features:
