@@ -7,8 +7,8 @@
<title>
<?php
- $query = htmlspecialchars(trim($_REQUEST["q"]));
- echo $query;
+ $query = $_REQUEST["q"];
+ echo htmlspecialchars(trim($query));
?> - LibreX</title>
</head>
<body>