michael-o commented on a change in pull request #20:
URL:
https://github.com/apache/maven-doxia-sitetools/pull/20#discussion_r774508389
##########
File path:
doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java
##########
@@ -432,7 +432,7 @@ public void renderDocument( Writer writer, RenderingContext
docRenderingContext,
}
sink.enableLogging( new PlexusLoggerWrapper( getLogger() ) );
- doxia.parse( reader, docRenderingContext.getParserId(), sink );
+ doxia.parse( reader, docRenderingContext.getParserId(), sink ,
docRenderingContext.getInputName() );
Review comment:
Remove the space before the comma
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]