Skip to content

Commit cd61bf5

Browse files
committed
Update template
1 parent 2e6b838 commit cd61bf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/_template.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title><?= $title ?></title>
5+
<title><?= htmlentities($title) ?></title>
66
<link rel="shortcut icon" href="data:image/png;base64,<?= base64_encode(file_get_contents(__DIR__ . '/favicon.png')) ?>">
7-
<style type="text/css">
7+
<style>
88
body {
99
margin: 20px;
1010
font-family: "Fira Sans", "Source Sans Pro", Helvetica, Arial, sans-serif;
@@ -225,7 +225,7 @@
225225
?>
226226
<h1><?= $title ?></h1>
227227
<p>
228-
PHP <?= phpversion() ?> Built-in web server -
228+
PHP <?= phpversion() ?> built-in web server -
229229
<a href="/?php-server=phpinfo">info</a> <span class="date"><?= date('r') ?></span>
230230
</p>
231231

0 commit comments

Comments
 (0)