You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/05/18 17:12:57 UTC

svn commit: r1484125 - /commons/proper/commons-parent/trunk/src/changes/release-notes.vm

Author: sebb
Date: Sat May 18 15:12:57 2013
New Revision: 1484125

URL: http://svn.apache.org/r1484125
Log:
Add TOD re: leading spaces

Modified:
    commons/proper/commons-parent/trunk/src/changes/release-notes.vm

Modified: commons/proper/commons-parent/trunk/src/changes/release-notes.vm
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/release-notes.vm?rev=1484125&r1=1484124&r2=1484125&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/commons-parent/trunk/src/changes/release-notes.vm Sat May 18 15:12:57 2013
@@ -47,6 +47,8 @@ $release.description.replaceAll("  ", "
 ## Replace &lt; with < so can embed tag markup
 #set($action=$action.replaceAll("&lt;","<"))
 ## use an empty date to mean don't format the entry
+## TODO how to enable leading spaces without compromising html report
+## unfortunately leading spaces are trimmed even from CDATA sections
 #if ($actionItem.getDate() && $actionItem.getDate().length()==0)
 $action
 #else