Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two proposed changes to blaze-html (xhtml support, don't escape ') #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 18, 2011

  1. Don't escape single quote (') as &jaspervdj#39;.

    Argument:  The only context in which ' needs to be escaped is inside
    a single-quoted attribute value.  Since blaze-html uses double
    quotes around attribute values, it should never need to escape '.
    jgm committed Dec 18, 2011
    Configuration menu
    Copy the full SHA
    e42848d View commit details
    Browse the repository at this point in the history
  2. Added XHtml1.{Strict,Transitional,FrameSet} modules.

    * Modified Util/GenerateHtmlCombinators to generate these automatically.
    
    * HtmlVariant now includes a selfClosing field; if True, leaf tags will be
     self-closed.
    
    * Modified cabal file to include the new modules in exported modules.
    jgm committed Dec 18, 2011
    Configuration menu
    Copy the full SHA
    2ce608d View commit details
    Browse the repository at this point in the history