[
https://issues.apache.org/jira/browse/DOXIASITETOOLS-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
QualiteSys QualiteSys updated DOXIASITETOOLS-228:
-------------------------------------------------
Description:
In the resource file default-site-macros.vm in
org.apache.maven.doxia.siterenderer.ressources, the character ( & # x A 0 ; )
is converted to ( & n b s p ; )
The result html file is not a valid xml file but a valid html file.
Removing all and replace by a space gives the same visual result, and makes the
html correct from the xml syntax point of view.
I'll provide the PR for this, if you agree.
Thanks
was:
In the resource file default-site-macros.vm in
org.apache.maven.doxia.siterenderer.ressources, the character ( & # x A 0 ; )
is converted to
The result html file is not a valid xml file but a valid html file.
Removing all and replace by a space gives the same visual result, and makes the
html correct from the xml syntax point of view.
I'll provide the PR for this, if you agree.
Thanks
> Remove all   in default-site-macros.vm and replace by a space
> ------------------------------------------------------------------
>
> Key: DOXIASITETOOLS-228
> URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-228
> Project: Maven Doxia Sitetools
> Issue Type: Improvement
> Components: Site renderer
> Reporter: QualiteSys QualiteSys
> Priority: Major
>
> In the resource file default-site-macros.vm in
> org.apache.maven.doxia.siterenderer.ressources, the character ( & # x A 0 ; )
> is converted to ( & n b s p ; )
> The result html file is not a valid xml file but a valid html file.
> Removing all and replace by a space gives the same visual result, and makes
> the html correct from the xml syntax point of view.
> I'll provide the PR for this, if you agree.
> Thanks
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)