#252 closed enhancement (fixed)
qwiki HTML additions
Reported by: | Moritz Heidkamp | Owned by: | sjamaan |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | extensions | Version: | 4.5.0 |
Keywords: | qwiki | Cc: | |
Estimated difficulty: |
Description
Currently, qwiki creates very basic HTML. I suggest the following changes:
- add <body> tag (seems to be missing only on some pages)
- wrap the actual content in a <div> with an ID (e.g. "content") to facilitate styling
- wrap the search form in a <div> with an ID (e.g. "search") for the same reason
- remove invalid <tags> element and replace it with something more sensible (e.g. an <ul>)
Change History (4)
comment:1 follow-up: 2 Changed 15 years ago by
comment:2 Changed 15 years ago by
Replying to sjamaan:
For body tag, update to multidoc trunk. It was a bug, which has been fixed but apparently not released yet.
Aah, alright. Works beautifully now!
The rest should be implemented properly in qwiki now :)
The <tags> tag is a <ul> now but the suggested divs are still missing on http://209.172.49.65/ -- is it a setup issue maybe?
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Okay, either I was being blind or the page got regenerated meanwhile. Either way, the divs are there now, thanks a lot, closing the ticket :)
Note: See
TracTickets for help on using
tickets.
For body tag, update to multidoc trunk. It was a bug, which has been fixed but apparently not released yet.
The rest should be implemented properly in qwiki now :)
Please close ticket if it works.