|
Author: jleroux
Revision: 1781125
Modified property: svn:log
Modified: svn:log at Tue Jan 31 17:29:43 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jan 31 17:29:43 2017
@@ -5,11 +5,12 @@ This is due to a change in (at least) To
Here is a simple fix. I tried other ways but none worked and I prefer to keep
this simple.
-Using an encoder at this stage (just before calling he macro is not an option.
-Or maybe by using it on the linkurl variable alone. But then linkurl must be
-transformed in a string and back to a StringBuilder or more refactoring is
-needed.
-Also using encode="true" for links in AccountingTrees.xml does not work.
+I tried other ways but none worked and I prefer to keep this simple.
+* Using an encoder at this stage (just before calling the macro) is not an
+option. Or maybe by using the encoder on the linkurl variable alone.
+But then linkurl must be transformed in a String and back to a
+StringBuilder or more refactoring is needed. It does not worth it IMO.
+* Also using encode="true" for links in AccountingTrees.xml does not work.
This also removes trailing blanks (by hand)
|