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

Annotation 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.1 - (hide annotations) (download)
Mon Nov 29 08:41:59 2010 UTC (13 years, 7 months ago) by snetram
Branch: MAIN
* Mon Nov 29 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
- Fix double speechmarks in comment field in hostname panel [SME: 6409]

1 snetram 1.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