diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-02-18 09:42:39 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-02-18 09:42:39 -0500 |
commit | 75758801d87c4f9f6ab2ac9584d542be4173d216 (patch) | |
tree | 7949b07d67e564328155ea14aee564e0378fc768 /web/template/pkg_search_results.php | |
parent | 84f08cf82b5d35376df4287daca07eb9538c2d76 (diff) |
XHTML Validation fixes.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/template/pkg_search_results.php')
-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 1ea5928..a933c01 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -1,4 +1,4 @@ -<form action='packages.php?<?php print $_SERVER['QUERY_STRING'] ?>' method='post'> +<form action='packages.php?<?php echo htmlentities($_SERVER['QUERY_STRING']) ?>' method='post'> <div class="pgbox"> <div class="pgboxtitle"> <span class='f3'><?php print __("Package Listing") ?></span> |