Skip to content

Commit c70dfe4

Browse files
committed
remove space before .
1 parent b5d9e0d commit c70dfe4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/plausible_web/templates/email/spike_notification.html.heex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
There are currently <b>{@current_visitors}</b>
22
visitors
33
<%= if Plausible.Sites.consolidated?(@site) do %>
4-
across all your sites
4+
across all your sites.
55
<% else %>
6-
on <a href={"https://" <> @site.domain}>{@site.domain}</a>
7-
<% end %>. <br />
6+
on <a href={"https://" <> @site.domain}>{@site.domain}</a>.
7+
<% end %>
8+
<br />
89
<%= if Enum.count(@sources) > 0 do %>
910
<br /> The top sources for current visitors:<br />
1011
<ul>

0 commit comments

Comments
 (0)