From 42e07927b62404f43ef606e6a515ea37e2994867 Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 2 Feb 2016 12:02:38 +0100 Subject: [PATCH] fix translation of ?solved? literals for Stations --- views/html/charactergroupsqueststations/station.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/html/charactergroupsqueststations/station.tpl b/views/html/charactergroupsqueststations/station.tpl index a988dbc8..3755d958 100644 --- a/views/html/charactergroupsqueststations/station.tpl +++ b/views/html/charactergroupsqueststations/station.tpl @@ -97,10 +97,10 @@ - format(new \DateTime($group['solved']))))?> + format(new \DateTime($group['solved'])))?> - format(new \DateTime($group['solved']))))?> + format(new \DateTime($group['solved'])))?>