freeside/httemplate/browse part_pkg.cgi,1.25,1.26
ivan
ivan at pouncequick.420.am
Thu Oct 21 01:54:45 PDT 2004
Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory pouncequick:/tmp/cvs-serv9680
Modified Files:
part_pkg.cgi
Log Message:
remove tiny formatting glitch
Index: part_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/part_pkg.cgi,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- part_pkg.cgi 21 Oct 2004 08:33:31 -0000 1.25
+++ part_pkg.cgi 21 Oct 2004 08:54:42 -0000 1.26
@@ -61,7 +61,7 @@
<% if ( $cgi->param('showdisabled') ) { $cgi->param('showdisabled', 0); %>
( <a href="<%= $cgi->self_url %>">hide disabled packages</a> )
<% } else { $cgi->param('showdisabled', 1); %>
- ( <a href="<%= $cgi->self_url %>">show disabled packages</a> )!;
+ ( <a href="<%= $cgi->self_url %>">show disabled packages</a> )
<% } %>
<% my $colspan = $cgi->param('showdisabled') ? 2 : 3; %>
More information about the freeside-commits
mailing list