Changeset 35

Show
Ignore:
Timestamp:
04/13/2006 04:13:58 (3 years ago)
Author:
tec
Message:
  • lib/markaby/builder.rb: fixed xhtml strict doctype
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/markaby/builder.rb

    r33 r35  
    219219    # Builds an html tag with XHTML 1.0 Strict doctype instead. 
    220220    def xhtml_strict(&block) 
    221       html XHTMLStrict, &block 
     221      html *XHTMLStrict, &block 
    222222    end 
    223223