I noticed some weird formatting on this page:

http://www.template-toolkit.org/docs/manual/VMethods.html#method_unshift_item_push

Here is a patch, but because it's whitespace, email clients may munge it.  The 
weird formatting results from there being spaces on line 466, the line should 
be empty.

I apologize for my pedantry.

Index: lib/Template/Manual/VMethods.pod
===================================================================
--- lib/Template/Manual/VMethods.pod    (revision 1260)
+++ lib/Template/Manual/VMethods.pod    (working copy)
@@ -433,7 +433,7 @@
 
     [% mylist.push(foo) %]
     [% mylist.push(foo, bar) %]
-    
+
 The C<unshift()> method adds an item or items to the start of a list.
 
     [% mylist.unshift(foo) %]


_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to