diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/template/pkg_search_results.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index bdb5f6cb..b4415d7a 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -67,7 +67,7 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) { <?php endif; ?> <?php endif; ?> <td class='<?php print $c ?>'><span class='f4'><span class='blue'> - <?php print $row["Description"] ?></span></span></td> + <?php print htmlspecialchars($row['Description'], ENT_QUOTES); ?></span></span></td> <td class='<?php print $c ?>'><span class='f5'><span class='blue'> <?php if (isset($row["Maintainer"])): ?> <a href='packages.php?K=<?php print $row['Maintainer'] ?>&SeB=m'><?php print $row['Maintainer'] ?></a> |