Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
75758801
Commit
75758801
authored
Feb 18, 2009
by
Loui Chang
Browse files
XHTML Validation fixes.
Signed-off-by:
Loui Chang
<
louipc.ist@gmail.com
>
parent
84f08cf8
Changes
2
Hide whitespace changes
Inline
Side-by-side
web/template/pkg_search_form.php
View file @
75758801
...
...
@@ -21,7 +21,7 @@
<li>
<label>
<?php
print
__
(
"Location"
);
?>
</label>
<select
name=
'L'
>
<option
value=
0
>
<?php
print
__
(
"Any"
);
?>
</option>
<option
value=
"0"
>
<?php
print
__
(
"Any"
);
?>
</option>
<?php
foreach
(
pkgLocations
()
as
$id
=>
$loc
)
:
if
(
intval
(
$_GET
[
"L"
])
==
$id
)
:
...
...
web/template/pkg_search_results.php
View file @
75758801
<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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment