Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brynrhodes committed Jan 25, 2024
2 parents f313e07 + b13b55e commit 8e9ea7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/liquid/Measure.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@
</tr>
{% endif %}

{% if Measure.author.exists() and Measure.author.name.exists()%}
{% if Measure.author.exists() and Measure.author.name.exists() %}
<tr>
<th scope="row"><b>Author: </b></th>
<td style="padding-left: 4px;">{{Measure.author.name}}</td>
</tr>
{% endif %}

{% if Measure.endorser.exists() and Measure.endorser.name exists()%}
{% if Measure.endorser.exists() and Measure.endorser.name.exists() %}
<tr>
<th scope="row"><b>Endorser: </b></th>
<td style="padding-left: 4px;">{{Measure.endorser.name}}</td>
Expand Down

0 comments on commit 8e9ea7d

Please sign in to comment.