1 |
snetram |
1.2 |
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 |
snetram |
1.1 |
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 { |