From 5805ac9318cb8a7e336398fdc7e310b9f762d9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Almeida?= Date: Mon, 27 May 2024 14:23:36 +0100 Subject: [PATCH] br --- ig-template/package/includes/ips.liquid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ig-template/package/includes/ips.liquid b/ig-template/package/includes/ips.liquid index ae12f5d5..8376fa34 100644 --- a/ig-template/package/includes/ips.liquid +++ b/ig-template/package/includes/ips.liquid @@ -203,7 +203,7 @@ {{ comp.code.text }} || {{comp.valueInteger}}
{% endif %} {% if comp.valueQuantity %}
- {{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}}
{% endif %} + {{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %} {% endfor %} @@ -253,7 +253,7 @@ {{ comp.code.text }} || {{comp.valueInteger}}
{% endif %} {% if comp.valueQuantity %}
- {{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}}
{% endif %} + {{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %} {% endfor %} @@ -302,7 +302,7 @@ {{ comp.code.text }} || {{comp.valueInteger}}
{% endif %} {% if comp.valueQuantity %}
- {{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}}
{% endif %} + {{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %} {% endfor %}