public
Description: Make Action View produce HTML rather than XHTML
Homepage:
Clone URL: git://github.com/jonleighton/html_output.git
jonleighton (author)
Tue Dec 11 11:39:26 -0800 2007
commit  1232b39aec099d203a8bf3f67f3dec077ca2dc34
tree    11591fd7c144a7571f53c2029a98221458bfb8ff
parent  6066e7bb861d6ff8734f83747b8695b28343e8d8
name age message
file README Loading commit data...
file init.rb
directory lib/
directory test/
README
HTML Output
-----------

This miniscule Rails plugin stops Rails outputting self-closing (XHTML-style) markup
which is useful if you want to use the Rails tag helpers and produce valid HTML.

Author: Jonathan Leighton <turnip@turnipspatch.com>