Ticket #2 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

XML decl is causing IE to quirk

Reported by: why Owned by: why
Priority: minor Milestone:
Component: gem Version: 0.5
Keywords: Cc:

Description

Remove the XML decl, retest in IE. Thanks, topfunky!

Change History

Changed 2 years ago by tec

  • status changed from new to closed
  • resolution set to fixed

Changed 2 years ago by qeantk

  • status changed from closed to reopened
  • version changed from 0.4 to 0.5
  • resolution deleted

Some of us like leaving IE in quirks mode for consistency fo working across teh different versions :/. Can the xml decl. be turned back on with an option?

Changed 2 years ago by tec

  • status changed from reopened to closed
  • resolution set to fixed

It's on by default. You can turn it off with Markaby::Builder.set(:output_xml_instruction, false)

Note: See TracTickets for help on using tickets.