i really should just start moving things to templates
[freeside.git] / httemplate / browse / part_pkg.cgi
index 707972e..d5cfeea 100755 (executable)
@@ -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>