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