MantisBT: master ccf9664d

Author Committer Branch Timestamp Parent
dregad dregad master 2022-05-10 12:31 master 8c4bbc73
Affected Issues  0030192: Changelog/Roadmap items are printed without any structure
Changeset

Print changelog/roadmap items as unordered list

Add HTML markup so that each individual entry of the changelog/roadmap
is printed as a <li> element within an <ul>, instead of them being all
printed in a single div without any structure.

This facilitates copy/paste of rendered changelog into an external
changelog.

Fixes 0030192

mod - changelog_page.php Diff File
mod - core/custom_function_api.php Diff File
mod - css/ace-mantis.css Diff File
mod - roadmap_page.php Diff File