minfrin commented on a change in pull request #5: Switch from XhtmlSink to
Xhtml5Sink as the default site renderer.
URL:
https://github.com/apache/maven-doxia-sitetools/pull/5#discussion_r288342337
##########
File path:
doxia-site-renderer/src/test/java/org/apache/maven/doxia/siterenderer/DefaultSiteRendererTest.java
##########
@@ -546,7 +549,8 @@ protected String addNamespaces( String content )
/** {@inheritDoc} */
protected EntityResolver getEntityResolver()
{
- return new XhtmlEntityResolver();
+ /* HTML5 restricts use of entities to XML only */
Review comment:
It's fixed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services