summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsenator <senator>2009-08-17 06:56:17 +0000
committersenator <senator>2009-08-17 06:56:17 +0000
commit7f0ef03ce86ee73364f8a6da95b4385dc2830740 (patch)
tree5cae34d37ce767ff6bf7686f832505504c060756
parent5a0ac1b30bc5a1afe771d263754f7c56ece9a8ac (diff)
> ændret til &gt;
-rw-r--r--server/xml/macros/keratometri-1.0.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/xml/macros/keratometri-1.0.xml b/server/xml/macros/keratometri-1.0.xml
index e568d0e..48d8f4e 100644
--- a/server/xml/macros/keratometri-1.0.xml
+++ b/server/xml/macros/keratometri-1.0.xml
@@ -4,7 +4,7 @@
out = ''
if ( getValue('keratometri.right.missing') == '' )
then
- if ( getValue('keratometri.right.x1') > 0 and getValue('keratometri.right.x1') < 90 )
+ if ( getValue('keratometri.right.x1') &gt; 0 and getValue('keratometri.right.x1') < 90 )
end
out = out .. 'Keratometri, højre øje:\n' .. 'Radius 1: ' .. getValue('keratometri.right.r1') .. ' mm (' .. string.format('%f', 337.50 / getValue('keratometri.right.r1')) .. ' D) i ' .. getValue('keratometri.right.x1') .. ' grader.\n\nRadius 2: ' .. getValue('keratometri.right.r2') .. ' mm (' .. string.format('%f', 337.50 / getValue('keratometri.right.r2')) .. ' D) i ' .. getValue('keratometri.right.x2')'