developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 11 years ago
Closed 11 years ago
#984 closed bug (fixed)
jResponseHtml : balise meta content inadaptée si $xhtmlContentType = true
Reported by: | Arnall | Owned by: | laurentj |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.1.4 |
Component: | jelix:core response | Version: | 1.1.3 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: | 5.2.x |
Description
la fonction output() de jResponseHtml envoie le bon header 'application/xhtml+xml' si $xhtmlContentType = true mais la même vérification n'est pas faite dans la fonction outputHtmlHeader() qui envoie systématiquement : <meta content="text/html ...> alors qu'il devrait vraisemblablement envoyer : <meta content="application/xhtml+xml ...> Le validateur W3C Mobile envoie du coup un avertissement.
Attachments (1)
Change History (6)
comment:1 Changed 11 years ago by laurentj
- Component changed from jelix to jelix:core response
- Milestone set to Jelix 1.1.4
- Owner set to laurentj
Changed 11 years ago by foxmask
comment:2 Changed 11 years ago by foxmask
- review set to review?
comment:3 Changed 11 years ago by bballizlife
- review changed from review? to review+
comment:4 Changed 11 years ago by foxmask
je "push" sitôt que j'ai clone les 2 branches ;) (j'ai que le cloner le trnk ;)
comment:5 Changed 11 years ago by foxmask
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Ok for me. To apply in 1.0.x, 1.1.x and trunk.