mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
XHTML Validation fixes.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
84f08cf82b
commit
75758801d8
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue