summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-01-13 15:51:57 +0000
committerRomain d'Alverny <rda@mageia.org>2011-01-13 15:51:57 +0000
commit2449229c5dc81310ce84510b440d3106884d3efb (patch)
treecd1cdc763f6daefd0a542a1bf024e6572903c26c /index.php
parente1e80e9b2aa947132c4d9313c95bd5fc56dd476e (diff)
downloadpkgsubmit-2449229c5dc81310ce84510b440d3106884d3efb.tar
pkgsubmit-2449229c5dc81310ce84510b440d3106884d3efb.tar.gz
pkgsubmit-2449229c5dc81310ce84510b440d3106884d3efb.tar.bz2
pkgsubmit-2449229c5dc81310ce84510b440d3106884d3efb.tar.xz
pkgsubmit-2449229c5dc81310ce84510b440d3106884d3efb.zip
strip tags from title
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; }