Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Change @Version for generated HTML documents from "XHTML+RDFa 1.1" to…
Browse files Browse the repository at this point in the history
… "HTML+RDFa 1.1".
  • Loading branch information
gkellogg committed May 23, 2013
1 parent 808c255 commit 85ba26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crazyivan/core.rb
Expand Up @@ -303,7 +303,7 @@ def get_test_content(version, suite, num, format = nil)
when 'html'
if suite == 'html4'
%(<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd">\n) +
%(<html version="XHTML+RDFa 1.1"#{namespaces}>\n)
%(<html version="HTML+RDFa 1.1"#{namespaces}>\n)
else
"<!DOCTYPE html>\n" +
%(<html#{namespaces}>\n)
Expand Down

0 comments on commit 85ba26a

Please sign in to comment.