
stas at apache
Oct 11, 2007, 5:22 PM
Post #1 of 1
(494 views)
Permalink
|
|
svn commit: r583994 - /perl/modperl/docs/trunk/tmpl/custom/html/ad
|
|
Author: stas Date: Thu Oct 11 17:22:49 2007 New Revision: 583994 URL: http://svn.apache.org/viewvc?rev=583994&view=rev Log: fix the url Modified: perl/modperl/docs/trunk/tmpl/custom/html/ad Modified: perl/modperl/docs/trunk/tmpl/custom/html/ad URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/tmpl/custom/html/ad?rev=583994&r1=583993&r2=583994&view=diff ============================================================================== --- perl/modperl/docs/trunk/tmpl/custom/html/ad (original) +++ perl/modperl/docs/trunk/tmpl/custom/html/ad Thu Oct 11 17:22:49 2007 @@ -6,7 +6,7 @@ height => 192, width => 128, }, - authors => "<a href="http://chestofbooks.com/">Stas Bekman</a>, Jim Brandt", + authors => "<a href='http://chestofbooks.com/'>Stas Bekman</a>, Jim Brandt", }, { title => "Practical mod_perl", url => "http://modperlbook.org/", @@ -14,7 +14,7 @@ height => 169, width => 128, }, - authors => "<a href="http://stason.org/">Stas Bekman</a>, Eric Cholet", + authors => "<a href='http://stason.org/'>Stas Bekman</a>, Eric Cholet", }, { title => "The mod_perl Developer's Cookbook", url => "http://www.modperlcookbook.org/", --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|