diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 299e92a..7c742ca 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="{{ lang or "en-US" }}"> +<html lang="{{ lang | default(value="en-US" ) }}"> <head> <meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" /> |