Skip to content

Commit

Permalink
Remove erroneous bracket in avatar URL (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon816 authored and Katrix committed Feb 25, 2019
1 parent 436e7af commit 8c8aae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/bootstrap/header.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
@if(request.headerData.hasNotice) {
<span class="unread"></span>
}
<img height="32" width="32" class="user-avatar" src="@cu.avatarUrl)" />
<img height="32" width="32" class="user-avatar" src="@cu.avatarUrl" />
<span class="caret"></span>
</a>
<ul class="user-dropdown dropdown-menu" aria-label="@messages("aria.dropdown.menu", 1)">
Expand Down

0 comments on commit 8c8aae1

Please sign in to comment.