[
http://jira.codehaus.org/browse/DOXIASITETOOLS-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg updated DOXIASITETOOLS-8:
-----------------------------------------
Fix Version/s: 1.0
Fixed for 1.0-branch in r737617.
> The order of <title> tag and <meta> tag
> ---------------------------------------
>
> Key: DOXIASITETOOLS-8
> URL: http://jira.codehaus.org/browse/DOXIASITETOOLS-8
> Project: Maven Doxia Sitetools
> Issue Type: Wish
> Components: Site renderer
> Affects Versions: 1.0-alpha-10
> Environment: Internet Explorer 7.0.6000.16575
> Reporter: Jun Futagawa
> Assignee: Lukas Theussl
> Fix For: 1.0, 1.1
>
>
> When there are characters other than ASCII in the <title> tag before the
> <meta> tag for charset appears, The automatic character-code recognition of
> IE7 fails occasionally, and the empty page is displayed.
> For this reason, I wish default-site.vm becomes the following.
> {code}
> ...
> <head>
> <meta http-equiv="Content-Type" content="text/html;
> charset=${outputEncoding}" />
> <title>$title</title>
> ...
> {code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira