cleared whitespace missmatch in serendipity_die()

This commit is contained in:
Ian 2012-08-23 17:16:35 +02:00
parent 2fafa72157
commit 57e63251b3

View File

@ -347,12 +347,12 @@ function serendipity_getCoreVersion($version) {
*/
function serendipity_die($html) {
die(
'<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=' . LANG_CHARSET . '">
</head>
<body>' . $html . '</body>
</html>');
'<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=' . LANG_CHARSET . '">
</head>
<body>' . $html . '</body>
</html>');
}
/*