1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 08:13:14 +02:00

[ticket/12924] Make meta tags self-closing

PHPBB3-12924
This commit is contained in:
Jakub Senko
2014-11-22 12:12:13 +01:00
parent 17928563a2
commit a609c9db82
10 changed files with 14 additions and 14 deletions

View File

@@ -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} &bull; {PAGE_TITLE}</title>