On Jan 14, 2009, at 4:44 PM, Sam Ruby wrote: > My guess is that you made this change on your machine, and tested it > using "text/html" as the mime type. If so, you needn't have made any > change at all, the key is difference is the mime type which causes > browsers to trigger XHTML mode. > > $ curl url -s -I -H 'Accept:application/xhtml+xml' \ > http://intertwingly.net/stories/2009/01/14/test13.html | \ > grep -i content-type > Content-Type: application/xhtml+xml;charset=utf-8
Ah, I see now. Never mind, then. Thanks for the clarification. --Karl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---