aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2014-11-22 12:12:13 +0100
committerJakub Senko <jakubsenko@gmail.com>2014-11-22 12:12:13 +0100
commita609c9db82c623e56902dc0477c7cc98ed52dac8 (patch)
treecbe97c8a3d53df1da361a6a176ef6bee9740be33 /phpBB/styles/prosilver/template/overall_header.html
parent17928563a2a265f4b70feef64e5030ea3c602269 (diff)
downloadforums-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/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index ad08c1220b..121094f6e0 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.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="viewport" content="width=device-width" />
{META}
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>