diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-07-07 16:10:56 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-07-07 16:10:56 +0200 |
| commit | 2cd81a74dcf24acf85c86639ad60a140037d4451 (patch) | |
| tree | 4bc925ee86b2b2060f774e6270134cde06571db6 /www/setup.php | |
| parent | 246ac1d5966639f2036795d859cb2b195c762236 (diff) | |
| download | phorkie-2cd81a74dcf24acf85c86639ad60a140037d4451.tar.gz phorkie-2cd81a74dcf24acf85c86639ad60a140037d4451.zip | |
simple cache for rendered files
Diffstat (limited to 'www/setup.php')
| -rw-r--r-- | www/setup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/setup.php b/www/setup.php index 485c19f..c7320d8 100644 --- a/www/setup.php +++ b/www/setup.php @@ -36,6 +36,7 @@ $out = <<<HTM <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>phorkie setup check</title> + <meta charset="utf-8" /> <link rel="stylesheet" href="css/bootstrap.min.css"/> <link rel="stylesheet" href="css/font-awesome.css"/> <link rel="stylesheet" href="css/phorkie.css"/> |
