diff options
| -rw-r--r-- | server/xml/macros/keratometri-1.0.xml | 2 | 
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') > 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')' | 
