You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by pe...@apache.org on 2008/02/04 03:54:16 UTC

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@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org