Skip to content
GitLab
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
08e42fe7
Commit
08e42fe7
authored
Nov 28, 2001
by
Leigh B. Stoller
Browse files
Fix table error; missing </tr> that might have been causing netscape
to crash.
parent
1f557dfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/showexp.php3
View file @
08e42fe7
...
...
@@ -101,6 +101,7 @@ echo " <td valign=top align=left width='85%'>\n";
SHOWEXP
(
$exp_pid
,
$exp_eid
);
echo
" </td>
\n
"
;
echo
" </tr>
\n
"
;
echo
"</table>
\n
"
;
#
...
...
www/showexp_list.php3
View file @
08e42fe7
...
...
@@ -85,7 +85,7 @@ if (mysql_num_rows($experiments_result)) {
<td><A href='showproject.php3?pid=
$pid
'>
$pid
</A></td>
<td><A href='showexp.php3?pid=
$pid
&eid=
$eid
'>
$eid
</A></td>
<td>"
.
$usage
[
"pc"
]
.
"  
;
</td>
\n
"
;
<td>"
.
$usage
[
"pc"
]
.
"  </td>
\n
"
;
if
(
$isadmin
)
{
$foo
=
" "
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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