Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
2b5cfed1
Commit
2b5cfed1
authored
Apr 15, 2003
by
Chad Barb
Browse files
Minor nit; changed '<td>' headers to actual '<th>' tags.
parent
75e32fdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showimageid_list.php3
View file @
2b5cfed1
...
...
@@ -91,12 +91,12 @@ if (mysql_num_rows($query_result)) {
align='center'>
\n
"
;
echo
"<tr>
<t
d
><a href='showimageid_list.php3?&sortby=name'>
Image</t
d
>
<t
d
><a href='showimageid_list.php3?&sortby=pid'>
PID</t
d
>
<t
d
><a href='showimageid_list.php3?&sortby=desc'>
Description</t
d
>
<t
h
><a href='showimageid_list.php3?&sortby=name'>
Image</t
h
>
<t
h
><a href='showimageid_list.php3?&sortby=pid'>
PID</t
h
>
<t
h
><a href='showimageid_list.php3?&sortby=desc'>
Description</t
h
>
</tr>
\n
"
;
while
(
$row
=
mysql_fetch_array
(
$query_result
))
{
...
...
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