Skip to content

Commit

Permalink
export/html: capitalise 'No UID' text placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mettta committed Jan 3, 2024
1 parent 27ab232 commit cf331a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% endif %}
data-level="{{ requirement.context.title_number_string }}"
>
<small><b {% if requirement.reserved_uid is none %}style="color:red"{% endif %}>{{ requirement.reserved_uid if requirement.reserved_uid else '[no UID]' }}</b></small>
<small><b {% if requirement.reserved_uid is none %}style="color:red"{% endif %}>{{ requirement.reserved_uid if requirement.reserved_uid else '[No UID]' }}</b></small>
<br/>
{%- if requirement.reserved_title -%}
{%- if requirement.context.title_number_string %}
Expand Down

0 comments on commit cf331a4

Please sign in to comment.