freeside/httemplate/browse part_pkg.cgi,1.18.4.8,1.18.4.9

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-serv9686

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	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.18.4.8
retrieving revision 1.18.4.9
diff -u -d -r1.18.4.8 -r1.18.4.9
--- part_pkg.cgi	21 Oct 2004 08:33:32 -0000	1.18.4.8
+++ part_pkg.cgi	21 Oct 2004 08:54:43 -0000	1.18.4.9
@@ -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