Skip to content

Commit 8c8aae1

Browse files
simon816Katrix
authored andcommitted
Remove erroneous bracket in avatar URL (#760)
1 parent 436e7af commit 8c8aae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/bootstrap/header.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
@if(request.headerData.hasNotice) {
9696
<span class="unread"></span>
9797
}
98-
<img height="32" width="32" class="user-avatar" src="@cu.avatarUrl)" />
98+
<img height="32" width="32" class="user-avatar" src="@cu.avatarUrl" />
9999
<span class="caret"></span>
100100
</a>
101101
<ul class="user-dropdown dropdown-menu" aria-label="@messages("aria.dropdown.menu", 1)">

0 commit comments

Comments
 (0)