diff options
Diffstat (limited to 'server/xml/macros/aktuelle-1.0.xml')
-rw-r--r-- | server/xml/macros/aktuelle-1.0.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/xml/macros/aktuelle-1.0.xml b/server/xml/macros/aktuelle-1.0.xml index 252b52d..e7fc522 100644 --- a/server/xml/macros/aktuelle-1.0.xml +++ b/server/xml/macros/aktuelle-1.0.xml @@ -31,13 +31,13 @@ if ( getValue('current.symptoms.odxt') ~= '' ) then - out = out .. 'På højre øje har der været\n' + out = out .. 'På o.dxt har der været\n' out = out .. getValue('current.symptoms.odxt') .. '\n' end if ( getValue('current.symptoms.osin') ~= '' ) then - out = out .. 'På venstre øje har der været\n' + out = out .. 'På o.sin har der været\n' out = out .. getValue('current.symptoms.osin') .. '\n' end |