We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ed461 commit f0b8d2cCopy full SHA for f0b8d2c
application/views/collections/index.php
@@ -24,7 +24,7 @@
24
<div class="row-fluid top-margin">
25
<div class="span12 main-content">
26
<?php if (isset($query)): ?>
27
- <p class="search-results-hd">Your search for <em><strong><?php echo $query ?></strong></em> returned the following results:</p>
+ <p class="search-results-hd">Your search for <em><strong><?php echo htmlspecialchars($query) ?></strong></em> returned the following results:</p>
28
<?php endif ?>
29
<div class="container" id="collections">
30
<?php foreach ($collections as $collection_item): ?>
0 commit comments