ottlinger commented on code in PR #387:
URL: https://github.com/apache/creadur-rat/pull/387#discussion_r1835536987
##########
apache-rat-core/src/main/resources/org/apache/rat/plain-rat.xsl:
##########
@@ -19,46 +19,55 @@
-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+ <xsl:variable name='newline'><xsl:text>
</xsl:text></xsl:variable>
+
<xsl:output method='text'/>
<xsl:template match='/'>
*****************************************************
Summary
--------
+*****************************************************
Review Comment:
I assume the removed line was correct here as the asterisks indicate a start
of an element? WDYT?
The report starts with asterisks and ends with asterisks.
--
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]