summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsenator <senator>2009-08-17 06:57:11 +0000
committersenator <senator>2009-08-17 06:57:11 +0000
commit82740bc4d2ebfda035997fc42a8e59c00a3bbfc0 (patch)
tree74514bbb54c15e39d426bf8897aaf02a0c372f5d
parent7f0ef03ce86ee73364f8a6da95b4385dc2830740 (diff)
< ændret til &lt;
-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 48d8f4e..5fd4156 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') &gt; 0 and getValue('keratometri.right.x1') < 90 )
+ if ( getValue('keratometri.right.x1') &gt; 0 and getValue('keratometri.right.x1') &lt; 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')'