ottlinger commented on code in PR #387:
URL: https://github.com/apache/creadur-rat/pull/387#discussion_r1835787312


##########
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>&#xa;</xsl:text></xsl:variable>
+
 <xsl:output method='text'/>
 <xsl:template match='/'>
 *****************************************************
 Summary
--------
+*****************************************************

Review Comment:
   I just had a look at the whole report and all sections started with 
asterisk, whiole the ---- was just a headline.



-- 
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]

Reply via email to