diff options
author | Gareth Rees <gareth.h.rees@gmail.com> | 2015-04-14 09:53:43 +0100 |
---|---|---|
committer | Gareth Rees <gareth.h.rees@gmail.com> | 2015-04-14 09:53:43 +0100 |
commit | c7458f6a2edfd326907c6e6f86ca73c92bf311f8 (patch) | |
tree | 7bb29e1ba460487831bd14bcaec1a1ad6b1db247 | |
parent | 1100e23391fa53979642763d31f10e8cb133dd09 (diff) |
Update lang attribute to 'es' for Spanish pages
Fixes https://github.com/mysociety/alaveteli/issues/2292
-rw-r--r-- | _layouts/es/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/es/default.html b/_layouts/es/default.html index 541d607ce..22a0e016f 100644 --- a/_layouts/es/default.html +++ b/_layouts/es/default.html @@ -1,5 +1,5 @@ <!doctype html> -<html lang="en"> +<html lang="es"> <head> <meta charset="utf-8"> <title>{{ page.title }} | Alaveteli | mySociety</title> |