mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix a few xhtml validation errors.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
46da96ff04
commit
f82f3dd247
3 changed files with 5 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<div class='pgbox'>
|
||||
<form action='packages.php' method='get'>
|
||||
<div class='pgboxtitle' align='right'>
|
||||
<div class='pgboxtitle'>
|
||||
<span class='f3'><?php print __("Search Criteria"); ?></span>
|
||||
<input type='text' name='K' size='30' value="<?php print stripslashes(trim(htmlspecialchars($_REQUEST["K"], ENT_QUOTES))); ?>" maxlength='35' />
|
||||
<input type='submit' style='width:80px' class='button' name='do_Search' value='<?php print __("Go"); ?>' />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue