]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/standard.php
Merge branch '1610-priority-dbclean' of github.com:annando/friendica into 1610-priori...
[friendica.git] / view / theme / frio / php / standard.php
index 5535b9ed71340a9b5a628dfb2bbb56cde2af5dac..4a92a6aecfa63efbe8ca0c755453367e5cc9c44a 100644 (file)
@@ -11,7 +11,7 @@
 <head>
        <title><?php if(x($page,'title')) echo $page['title'] ?></title>
        <meta name="viewport" content="initial-scale=1.0">
-       <meta request="<?php echo $_REQUEST['pagename'] ?> ">
+       <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?> ">
        <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
        <script>var frio="<?php echo "view/theme/frio"; ?>";</script>
        <?php $baseurl = $a->get_baseurl(); ?>