1 |
diff -up e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm.fix-speechmarks e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm |
2 |
--- e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm.fix-speechmarks 2010-11-29 09:24:40.000000000 +0100 |
3 |
+++ e-smith-hosts-2.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/hostentries.pm 2010-11-29 09:35:31.000000000 +0100 |
4 |
@@ -271,7 +271,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 { |