Summary
qwiki HTML additions
Metadata
- Id: 578047932d6c550b7ae1ddfe3afd73664f241fb1
- Trac id: 252
- Type: enhancement
- Reporter: syn
- Owner: sjamaan
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.5.0
- Changetime: 2011-04-04 08:31:00 UTC
- Created: 2010-05-26 11:16:21 UTC
- Keywords: qwiki
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>)
Changes and comments
[2010-05-26 20:10:34 UTC] sjamaan wrote:
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.
[2010-05-26 21:59:37 UTC] syn wrote:
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?
[2010-05-26 22:05:07 UTC] syn changed status from new to closed
[2010-05-26 22:05:07 UTC] syn set resolution to fixed
[2010-05-26 22:05:07 UTC] syn wrote:
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 :)
[2011-04-04 08:31:00 UTC] felix removed milestone 4.6.0
[2011-04-04 08:31:00 UTC] felix wrote:
Milestone 4.6.0 deleted