Skip to content

Commit ddaabfe

Browse files
authored
Merge pull request #2249 from ynojima/correct-broken-markup
Correct invalid markup in working-group-band.html
2 parents 9dac5ff + fbe55cc commit ddaabfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/working-group-band.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
<div class="card-footer">
2626
<div class="icons">
2727
{% if item.proposal %}
28-
<a href="{{ item.proposal }}" title="See the working group proposal"><i class="icon fa-regular fa-file-lines"></i></i></a>&nbsp;
28+
<a href="{{ item.proposal }}" title="See the working group proposal"><i class="icon fa-regular fa-file-lines"></i></a>&nbsp;
2929
{% endif %}
3030
<a href="{{ item.board-url }}" title="View the working group board"><i class="icon fa-brands fa-square-github"></i></a>&nbsp;
3131
{% if item.discussion %}
32-
<a href="{{ item.discussion }}" title="Discuss about the working group"><i class="icon fa-solid fa-comments"></i></i></a>&nbsp;
32+
<a href="{{ item.discussion }}" title="Discuss about the working group"><i class="icon fa-solid fa-comments"></i></a>&nbsp;
3333
{% else %}
3434
<a href="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev" title="Discuss about the working group"><i class="icon fa-solid fa-comments"></i></a>
3535
{% endif %}

0 commit comments

Comments
 (0)