diff options
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Static.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/Static.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Static.pm b/perllib/FixMyStreet/App/Controller/Static.pm index 40e2431ea..8cd82b68e 100755 --- a/perllib/FixMyStreet/App/Controller/Static.pm +++ b/perllib/FixMyStreet/App/Controller/Static.pm @@ -35,10 +35,10 @@ sub faq : Global : Args(0) { # There should be a faq template for each language in a cobrand or default. # This is because putting the FAQ translations into the PO files is # overkill. - + # We rely on the list of languages for the site being restricted so that there # will be a faq template for that language/cobrand combo. - + my $lang_code = $c->stash->{lang_code}; my $template = "faq/faq-$lang_code.html"; $c->stash->{template} = $template; |