/[smeserver]/rpms/e-smith-hosts/sme7/e-smith-hosts-2.0.0-fix-speechmarks.patch
ViewVC logotype

Contents of /rpms/e-smith-hosts/sme7/e-smith-hosts-2.0.0-fix-speechmarks.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Mon Nov 29 08:48:09 2010 UTC (13 years, 5 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-hosts-2_0_0-2_el4_sme, e-smith-hosts-2_0_0-3_el4_sme, HEAD
Changes since 1.1: +4 -4 lines
Fix patch to not create .orig file

1 diff -up e-smith-hosts-2.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm.fix-speechmarks e-smith-hosts-2.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm
2 --- e-smith-hosts-2.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm.fix-speechmarks 2008-10-07 19:35:49.000000000 +0200
3 +++ e-smith-hosts-2.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm 2010-11-29 09:48:22.000000000 +0100
4 @@ -228,7 +228,7 @@ like($_STDOUT_, qr(<td>foo</td>), "print
5 sub print_td
6 {
7 my ($self, $value) = @_;
8 - print "<td class=\"sme-border\">$value</td>\n";
9 + printf ("<td class=\"sme-border\">%s</td>\n", $value);
10 }
11
12 sub build_host_cgi_params {

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed