diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/viewtopic_print.html')
-rw-r--r-- | phpBB/styles/subSilver/template/viewtopic_print.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/viewtopic_print.html b/phpBB/styles/subSilver/template/viewtopic_print.html index 7512d0f4ee..3a5fe6433c 100644 --- a/phpBB/styles/subSilver/template/viewtopic_print.html +++ b/phpBB/styles/subSilver/template/viewtopic_print.html @@ -1,8 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html dir="{S_CONTENT_DIRECTION}"> +<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> <meta http-equiv="Content-Style-Type" content="text/css"> +<meta http-equiv="Content-Language" content="{S_USER_LANG}"> <title>{SITENAME} :: {PAGE_TITLE}</title> <style type="text/css"> |