From 49beb0922935b81a152477933a7f7cd03c76a90c Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 16 Jul 2023 18:34:37 +0200 Subject: timeline_link: add missing space behind 'auch' --- templates/_timeline_link.html.ep | 4 ++-- 1 file 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 <%= $timeline->[1]->{followee_name} %> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs + und <%= $timeline->[1]->{followee_name} %> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs % } % else { - <%= scalar @{$timeline} %> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs + <%= scalar @{$timeline} %> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs % } -- cgit v1.2.3