diff options
author | ivan <ivan> | 2002-02-23 07:35:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-23 07:35:00 +0000 |
commit | 71b05bcca672ea01074000eecd1b6cb93ee6c8f7 (patch) | |
tree | 38bace5f7d628d65951b2654eb4b6cc719cb378e /httemplate | |
parent | 6caffaefb96e25c68866825e2211816355a656aa (diff) |
i really should just start moving things to templates
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/browse/part_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/part_pkg.cgi b/httemplate/browse/part_pkg.cgi index 707972ed7..d5cfeeada 100755 --- a/httemplate/browse/part_pkg.cgi +++ b/httemplate/browse/part_pkg.cgi @@ -90,7 +90,7 @@ END } print <<END; - <TR><TD COLSPAN=<%= $cgi->param('showdisabled') ? 8 : 9 %>><I><A HREF="${p}edit/part_pkg.cgi">Add a new package definition</A></I></TD></TR> + <TR><TD COLSPAN=${ $cgi->param('showdisabled') ? 8 : 9 }><I><A HREF="${p}edit/part_pkg.cgi">Add a new package definition</A></I></TD></TR> </TABLE> </BODY> </HTML> |