summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index ff1d96e..386ce7e 100644
--- a/index.php
+++ b/index.php
@@ -136,7 +136,7 @@ function key2date($key) {
<html lang="en">
<head>
<meta charset="utf-8">
- <title><?php echo $title ?></title>
+ <title><?php echo strip_tags($title); ?></title>
<meta name="robots" content="<?php echo $robots; ?>">
<style type="text/css">
.clear { clear: both; }