|
Bugzilla – Full Text Bug Listing |
| Summary: | the wiki produces invalid XHTML | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE.org | Reporter: | Christopher Yeleighton <giecrilj> |
| Component: | Wiki | Assignee: | Christian Boltz <suse-beta> |
| Status: | RESOLVED FIXED | QA Contact: | Adrian Schröter <adrian.schroeter> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | bwiedemann, chcao, douglas.demaio, forgotten_V2M21rbu_F, giecrilj, suse-beta, tschmidt |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 13.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Christopher Yeleighton
2011-06-15 12:37:00 UTC
It seems to come from
<?php $this->html('headscripts') ?>
maybe a mediawiki bug.
The MediaWiki home page does not have this bug (it is still invalid but for a different reason). Re-assigning to Connor Boyack in E-Marketing. I don't have access to the site, so hopefully this can be directed to whoever is responsible. As noted in the opening post, the <script> tag being generated in the header does not have the attribute type="text/javascript" -- this needs to be added to validate, as the <script> tag can only be attribute-free in HTML5, which this site is not. Connor Assigning back to Scott to determine who best to route this to. Re-submitting to Queue to be picked up by the responsible party. Hi, would you please kindly help to double check whether this issue still exist? If it doesn't exist, would you mind helping to close this issues? Thank you! The main page is still invalid, this time it is the STYLE element missing the TYPE attribute. It seems, there are more errors: https://validator.w3.org/check?uri=https%3A%2F%2Fen.opensuse.org https://github.com/openSUSE/wiki has the sources. Hi Thomas, would you please help to have a look at here? Thank you! Sorry, I cannot work on the wiki right now. Issue has been fixed. |