Sha256: 14a1fd38b118a3422ccecc39aa364da0fd679ce8135c3e5d662750b132ad1d1c
Contents?: true
Size: 454 Bytes
Versions: 28
Compression:
Stored size: 454 Bytes
Contents
require 'fortitude/doctypes' require 'fortitude/doctypes/xhtml10' module Fortitude module Doctypes class Xhtml10Frameset < Xhtml10 def initialize super(:xhtml10_frameset, 'html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"') end class << self def delegate_tag_stores [ Fortitude::Doctypes::Html4TagsFrameset ] end end end end end
Version data entries
28 entries across 28 versions & 1 rubygems