diff options
Diffstat (limited to 'server/xml/macros/B.2.1.3.xml')
-rw-r--r-- | server/xml/macros/B.2.1.3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/xml/macros/B.2.1.3.xml b/server/xml/macros/B.2.1.3.xml index dd61256..df1483d 100644 --- a/server/xml/macros/B.2.1.3.xml +++ b/server/xml/macros/B.2.1.3.xml @@ -40,7 +40,7 @@ ${current_eye_disease}</resume> identifier = '' suffix = '' - if(num == 0 and math.floor(math.abs(days)) == 0) + if(num == 0 and math.abs(days) ~= days) then num = 0 identifier = 'dag' |