projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37b99ea
)
Move `<meta charset="utf-8">` before `<title>` in install.php
author
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 16 Feb 2021 13:19:07 +0000
(14:19 +0100)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 16 Feb 2021 13:19:07 +0000
(14:19 +0100)
see #3802
wcfsetup/install.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install.php
b/wcfsetup/install.php
index d7318ea6af173f8a690e0a4a8ca9919e8807d5e0..85ef253aae08f330cede8e294a8504b217deec80 100644
(file)
--- a/
wcfsetup/install.php
+++ b/
wcfsetup/install.php
@@
-100,8
+100,8
@@
class SystemException extends \Exception implements IPrintableException {
?><!DOCTYPE html>
<html>
<head>
- <title>Fatal Error: <?php echo htmlentities($this->getMessage()); ?></title>
<meta charset="utf-8">
+ <title>Fatal Error: <?php echo htmlentities($this->getMessage()); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.exceptionBody {