Skip to content

Generate HTML 4 markup rather than XHTML from Rails' tag helper methods

Notifications You must be signed in to change notification settings

nickpad/rails-html4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Rails HTML 4 Plugin

This plugin modifies ActionPack to generate HTML 4 compatible markup.

This is done by patching the ActionView::Helpers::TagHelper#tag method.

The original Rails-provided method is aliased as xhtml_tag.

Compatibility

Tested with Rails 2.1 and 2.2.

Install

ruby script/plugin install git://github.com/nickpad/rails-html4.git

About

Generate HTML 4 markup rather than XHTML from Rails' tag helper methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages