From 74a28aa7125be6a603128ad600c98c4882f3b5c2 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 1 Jun 2010 12:58:32 +0000 Subject: From new_protocol branch. --- server/xml/macros/visus-template-1.0.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'server/xml/macros/visus-template-1.0.xml') diff --git a/server/xml/macros/visus-template-1.0.xml b/server/xml/macros/visus-template-1.0.xml index 2d56288..7199903 100644 --- a/server/xml/macros/visus-template-1.0.xml +++ b/server/xml/macros/visus-template-1.0.xml @@ -11,11 +11,11 @@ --> function lttoxml(value) - return string.gsub(value, '<', '&lt;') + value = string.gsub(value, '<', '&lt;') + return value end out = '' - if ( getValue('visus.template.mangler.odxt') == '' or getValue('visus.template.mangler.osin') == '' or getValue('visus.template.ou') ~= '' ) then out = out .. 'Visus template:\n' @@ -138,7 +138,7 @@ then out = out .. ', ' .. getValue('visus.template.st_hul.etdrs.osin') .. ' ETDRS' end - out = out .. ' st.h.' + out = out .. ' st.h.\n' end out = out .. '\n' end @@ -457,7 +457,7 @@ - + @@ -644,7 +644,7 @@ - + @@ -808,7 +808,7 @@ - + @@ -995,7 +995,7 @@ - + @@ -1162,7 +1162,7 @@ - + -- cgit v1.2.3