
perrin at apache
Feb 3, 2008, 6:54 PM
Post #1 of 1
(320 views)
Permalink
|
|
svn commit: r618159 - /perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod
|
|
Author: perrin Date: Sun Feb 3 18:54:15 2008 New Revision: 618159 URL: http://svn.apache.org/viewvc?rev=618159&view=rev Log: fix typos Modified: perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod Modified: perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod?rev=618159&r1=618158&r2=618159&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod (original) +++ perl/modperl/docs/trunk/src/docs/tutorials/tmpl/comparison/comparison.pod Sun Feb 3 18:54:15 2008 @@ -793,13 +793,13 @@ HTML::Template: <TMPL_LOOP list> - <a href="<TMPL_VAR url>"><b><TMPL_VAR name></b></A> + <a href="<TMPL_VAR url>"><b><TMPL_VAR name></b></a> </TMPL_LOOP> Template Toolkit: [% FOREACH list %] - <a href="[% url %]"><b>[% name %]</a></a> + <a href="[% url %]"><b>[% name %]</b></a> [% END %] And now, a few honorable mentions: --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|