cleared whitespace missmatch in serendipity_die()
This commit is contained in:
parent
2fafa72157
commit
57e63251b3
@ -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>');
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user