diff options
| author | Jakub Senko <jakubsenko@gmail.com> | 2014-11-22 12:12:13 +0100 |
|---|---|---|
| committer | Jakub Senko <jakubsenko@gmail.com> | 2014-11-22 12:12:13 +0100 |
| commit | a609c9db82c623e56902dc0477c7cc98ed52dac8 (patch) | |
| tree | cbe97c8a3d53df1da361a6a176ef6bee9740be33 /phpBB/styles/prosilver/template/viewtopic_print.html | |
| parent | 17928563a2a265f4b70feef64e5030ea3c602269 (diff) | |
| download | forums-a609c9db82c623e56902dc0477c7cc98ed52dac8.tar forums-a609c9db82c623e56902dc0477c7cc98ed52dac8.tar.gz forums-a609c9db82c623e56902dc0477c7cc98ed52dac8.tar.bz2 forums-a609c9db82c623e56902dc0477c7cc98ed52dac8.tar.xz forums-a609c9db82c623e56902dc0477c7cc98ed52dac8.zip | |
[ticket/12924] Make meta tags self-closing
PHPBB3-12924
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_print.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index 5c44f58adb..66199295bb 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> -<meta charset="utf-8"> +<meta charset="utf-8" /> <meta name="robots" content="noindex" /> {META} <title>{SITENAME} • {PAGE_TITLE}</title> |
