public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
fix header / footer docs
sandal (author)
Sat Oct 25 09:57:42 -0700 2008
commit  97ccf8c5c73731e85b31721d0498f4fd207418b8
tree    893a14d32d5fc54bf1c989b57033e6b02d5e00a6
parent  9e8a8ade97bdb11a4c75de7c7f78f893059e8fd0
...
140
141
142
143
 
144
145
146
...
155
156
157
158
 
159
160
161
...
140
141
142
 
143
144
145
146
...
155
156
157
 
158
159
160
161
0
@@ -140,7 +140,7 @@ module Prawn
0
     # repeated on every page of the document.
0
     #
0
     # Unless <tt>:width</tt> or <tt>:height</tt> are specified, the margin_box
0
-    # width and height   
0
+    # width and height are used.   
0
     #
0
     #   header margin_box.top_left do 
0
     #    text "Here's My Fancy Header", :size => 25, :align => :center   
0
@@ -155,7 +155,7 @@ module Prawn
0
     # repeated on every page of the document.
0
     #
0
     # Unless <tt>:width</tt> or <tt>:height</tt> are specified, the margin_box
0
-    # width and height
0
+    # width and height are used.
0
     #
0
     #   footer [margin_box.left, margin_box.bottom + 25] do
0
     #     stroke_horizontal_rule

Comments