Changeset 72

Show
Ignore:
Timestamp:
08/18/2006 11:32:16 (2 years ago)
Author:
why
Message:
  • lib/markaby/builder.rb: the img method is gone, all it did was set alt and border attributes.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/xhtml-careful/lib/markaby/builder.rb

    r71 r72  
    230230    end 
    231231 
    232     # Builds a image tag.  Assumes <tt>:border => '0', :alt => ''</tt>. 
    233     def img(*opts, &blk) 
    234       html_tag(:img).merge!(@@default[:image_tag_options]).pass(*opts, &blk) 
    235     end 
    236  
    237232    # Builds a head tag.  Adds a <tt>meta</tt> tag inside with Content-Type 
    238233    # set to <tt>text/html; charset=utf-8</tt>.