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