Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
The current code (in site.vm) doesn't work on non-Windows platform where files are generated with \n only, not \r\n (on Windows):
$bodyContent.replaceAll("<div class=\"source\">\r\n<pre>", "<div class=\"source\"><pre>").replaceAll( "<div class=\"source\"><pre>", "<div class=\"source\"><pre class=\"$sourceStyle\">" ).replaceAll( "class=\"bodyTable\"", "class=\"table table-striped\"" )
Attachments
Issue Links
- relates to
-
HIPPLUG-819 Forge Maven Skin: line numbers failing when using maven-site-plugin 3.3
- Closed