diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-16 18:34:37 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-16 18:34:37 +0200 |
commit | 49beb0922935b81a152477933a7f7cd03c76a90c (patch) | |
tree | 8a9cb504736f912e3cf31f6f8f4af1bb8c42463a /templates/_timeline_link.html.ep | |
parent | f9d1c266ce0e34841a9ec48f516c3428b2951f91 (diff) |
timeline_link: add missing space behind 'auch'1.33.2
Diffstat (limited to 'templates/_timeline_link.html.ep')
-rw-r--r-- | templates/_timeline_link.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_timeline_link.html.ep b/templates/_timeline_link.html.ep index a4d0f97..1a78279 100644 --- a/templates/_timeline_link.html.ep +++ b/templates/_timeline_link.html.ep @@ -7,10 +7,10 @@ ist gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs % } % elsif (@{$timeline} == 2) { - und <strong><%= $timeline->[1]->{followee_name} %></strong> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs + und <strong><%= $timeline->[1]->{followee_name} %></strong> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs % } % else { - <strong><%= scalar @{$timeline} %></strong> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs + <strong><%= scalar @{$timeline} %></strong> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs % } </a> </div> |