diff options
author | senator <senator> | 2010-02-08 12:48:38 +0000 |
---|---|---|
committer | senator <senator> | 2010-02-08 12:48:38 +0000 |
commit | de67cd59de2683d652c9146b8799bfd35405cca3 (patch) | |
tree | 0577cdfd1c493d4153f1d41005b3dfc3d2b586c4 /server/xml/macros | |
parent | 159c0ccec913b9b71d25331a3c0fbae37ffa1ea6 (diff) |
minor adjustments
Diffstat (limited to 'server/xml/macros')
-rw-r--r-- | server/xml/macros/visus-template-1.0.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/xml/macros/visus-template-1.0.xml b/server/xml/macros/visus-template-1.0.xml index 7199903..17005d9 100644 --- a/server/xml/macros/visus-template-1.0.xml +++ b/server/xml/macros/visus-template-1.0.xml @@ -11,11 +11,11 @@ --> <resume language="lua"> function lttoxml(value) - value = string.gsub(value, '<', '&lt;') - return value + return string.gsub(value, '<', '&lt;') 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.\n' + out = out .. ' st.h.' end out = out .. '\n' end |