ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Specific heading-content breaks CSS (heading-id is taken from heading-content) (Bug #635)
Description
The following wiki-code
h1. Test h2. heading h2. header h2. regular h1. header h2. admin-menu h2. quick-search h2. main
breaks the CSS for the elements due to the fact that the heading-id is taken from the heading-content. This is fixed upstream in 1.2.x by r5135 for #6905.
Here comes the output:
Test¶
heading¶
header¶
regular¶
header¶
admin-menu¶
quick-search¶
main¶
History
Updated by Mischa The Evil at 2013-07-30 10:01 pm
This has been fixed a long time ago (even before I posted this report :smirk:) by Eric with 08b40a67, which ported the upstream fix by JPL, for ChiliProject >= 2.x.
- Status changed from Open to Closed