Skip to content

Commit

Permalink
br
Browse files Browse the repository at this point in the history
  • Loading branch information
joofio committed May 27, 2024
1 parent 243fa36 commit 5805ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ig-template/package/includes/ips.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
{{ comp.code.text }} || {{comp.valueInteger}} <br/>{% endif %}
{% if comp.valueQuantity %}
<br/>
{{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} <br/>{% endif %}
{{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %}

{% endfor %}

Expand Down Expand Up @@ -253,7 +253,7 @@
{{ comp.code.text }} || {{comp.valueInteger}} <br/>{% endif %}
{% if comp.valueQuantity %}
<br/>
{{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} <br/>{% endif %}
{{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %}

{% endfor %}

Expand Down Expand Up @@ -302,7 +302,7 @@
{{ comp.code.text }} || {{comp.valueInteger}} <br/>{% endif %}
{% if comp.valueQuantity %}
<br/>
{{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} <br/>{% endif %}
{{ comp.code.text }} ||{{ comp.valueQuantity.value }} {{comp.valueQuantity.unit}} {% endif %}

{% endfor %}

Expand Down

0 comments on commit 5805ac9

Please sign in to comment.