beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: significant whitespace changes
svghmi
2020-03-12, Edouard Tisserant
8d9757191f05
Parents
901c89c0cc08
Children
d9eb50c015d1
SVGHMI: significant whitespace changes
1 files changed, 2 insertions(+), 2 deletions(-)
+2
-2
svghmi/gen_index_xhtml.ysl2
--- a/svghmi/gen_index_xhtml.ysl2 Thu Mar 12 13:15:54 2020 +0100
+++ b/svghmi/gen_index_xhtml.ysl2 Thu Mar 12 13:16:18 2020 +0100
@@ -663,8 +663,8 @@
template "*", mode="testtree"{
param "indent", "''";
- > «$indent» «local-name()»
- foreach "@*" > «local-name()»=«.»
+ > «$indent» «local-name()»
+ foreach "@*" > «local-name()»="«.»"
> \n
apply "*", mode="testtree" {
with "indent" value "concat($indent,'>')"