/[smeserver]/rpms/e-smith-hosts/sme8/e-smith-hosts-2.2.0-fix-speechmarks.patch
ViewVC logotype

Contents of /rpms/e-smith-hosts/sme8/e-smith-hosts-2.2.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 17:20:24 2010 UTC (13 years, 6 months ago) by snetram
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Mon Nov 29 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-8.sme
- Rework previous fix and escape comment field in server-manager forms [SME: 6408]

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 {

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