]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/default.php
Frio Bugfix: clear float at the end of comment-edit
[friendica.git] / view / theme / frio / php / default.php
index db3a92a62634299a47345694d5a5eb666f7a47c0..bfc11a35806abd10a08efef110f17b74777c6413 100644 (file)
@@ -17,7 +17,7 @@
 <html>
 <head>
        <title><?php if(x($page,'title')) echo $page['title'] ?></title>
-       <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(); ?>