diff options
author | senator <senator> | 2009-11-16 10:54:53 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-16 10:54:53 +0000 |
commit | c3cf6809bd89f2fddbdc8a6d0b8c2e713392f710 (patch) | |
tree | 363b7bd5c9d142c345d56f995534a819b0e9ec82 /server/xml/macros/aktuelle-1.0.xml | |
parent | 36492da266df3f7e66ad5a330c76af285d765fa7 (diff) |
auto-replaced all instances of højre øje and henstre øje with o.dxt and o.sin. This was done using sed. These changes are not verified 100%, but i assume it went well. A quick check showed no errors.
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 |