[Jifty-commit] r3874 - Template-Declare/lib/Template

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Aug 13 02:40:01 EDT 2007


Author: agentz
Date: Mon Aug 13 02:40:01 2007
New Revision: 3874

Modified:
   Template-Declare/lib/Template/Declare.pm

Log:
TD - fixed a typo in the T::D synopsis

Modified: Template-Declare/lib/Template/Declare.pm
==============================================================================
--- Template-Declare/lib/Template/Declare.pm	(original)
+++ Template-Declare/lib/Template/Declare.pm	Mon Aug 13 02:40:01 2007
@@ -76,9 +76,9 @@
         html {
             head {}
             body {
-                p {'Hello, world wide web!'};
-                }
+                p {'Hello, world wide web!'}
             }
+        }
     };
 
     package main;
@@ -199,8 +199,9 @@
  #  </body>
  #  <div id="footer">Page last generated at Mon Jul  2 17:09:34 2007.</div>
  # </html>
- 
-See L<Template::Declare::Tags> for more examples.
+
+For more options (especially the "native" XML namespace
+support and more samples, see L<Template::Declare::Tags>.
 
 =head2 Multiple template roots (search paths)
 


More information about the Jifty-commit mailing list