Skip to content

Commit

Permalink
Fixed wrong nested ul in unknown notify (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
spuzirev authored and Craig Peterson committed Jan 2, 2018
1 parent 63ebb19 commit 8c7ac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bosun/conf/unknownNotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func init() {
{{ range $ak := $alertKeys }}
<li>{{ $ak }}</li>
{{ end }}
<ul>
</ul>
</li>
{{ end }}
</ul>
Expand Down

0 comments on commit 8c7ac04

Please sign in to comment.