1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +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 @@
<html>
<head>
<title>subSilver created by subBlue Design</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body bgcolor="#FFFFFF" text="#000000">
@@ -13,4 +13,4 @@
</table>
</body>
</html>
</html>