Skip to content

Commit 8135a9c

Browse files
committed
Fixes #1298 - closing divs
1 parent 06951ac commit 8135a9c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

templates/governance/group-team.html.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
{{#each team.alumni as |member|}}
8686
<div class="w-100 w-33-l mb3 flex flex-row items-center">
8787
<a class="mr4 w3 h3 flex-shrink-0" href="https://github.com/{{member.github}}">
88-
<img class="w-100 h-100 bg-white br2" src="https://avatars.githubusercontent.com/{{member.github}}">
88+
<img class="w-100 h-100 bg-white br2" src="https://avatars.githubusercontent.com/{{member.github}}" alt="{{member.name}}">
8989
</a>
9090
<div>
9191
{{member.name}}

templates/governance/index.html.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<a href="https://github.com/rust-lang/rfcs" class="button button-secondary">{{fluent "learn-more"}}</a>
2121
</div>
2222
</div>
23+
</div>
2324
</section>
2425

2526
<section id="teams" class="purple">

templates/policies/licenses.html.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<div class="highlight"></div>
4242
</header>
4343
<p>{{fluent "licenses-attribution-description"}}</p>
44+
</div>
4445
</section>
4546

4647
{{/inline}}

0 commit comments

Comments
 (0)