Skip to content

Commit

Permalink
Add a space before dash for credit
Browse files Browse the repository at this point in the history
  • Loading branch information
zahraaalizadeh committed May 17, 2024
1 parent ecae833 commit 3c62c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/appengine/frontend3/src/templates/vulnerability.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1 class="title">{{ vulnerability.id }}</h1>
{% for credit in vulnerability.credits -%}
<li class="credit">
<ul>
<li>{{ credit.name }}{%- if 'type' in credit -%} - {{ credit.type }}{%- endif -%}</li>
<li>{{ credit.name }}{% if 'type' in credit %} - {{ credit.type }}{% endif %}</li>
{%- if 'contact' in credit -%}
<li>
<ul class="contact">
Expand Down

0 comments on commit 3c62c56

Please sign in to comment.