On Sun, 19 Jan 2014 14:32:05 GMT, Sönke Ludwig wrote:

On Sun, 19 Jan 2014 13:59:41 GMT, ideags wrote:

I want get next Html,how do it?

<h1 dataOption="regigon='west',opt=12px">Mixed HTML Example</h1>

and in index.dt(jade):

h1(dataoption='regigon="west",opt=12px') Mixed HTML Example

Diet will output:

<h1 dataOption="regigon=#quot;west#quot;,opt=12px">Mixed HTML Example</h1>

or

h1(dataoption="regigon='west',opt=12px") Mixed HTML Example

Diet will output:

<h1 dataOption="regigon='west',opt=12px">Mixed HTML Example</h1>

Thanks!

Sorry, your messages were flagged as spam for some reason, I've revoked the classification and removed duplicates.

I don't fully understand the question, though. Is the issue that ' is being replaced by &#39;? They should be completely equivalent when used inside double-quotes.

Thanks,as you said, they be completely equivalent when used inside double-quotes,

The issue that ' is being replaced by &#39;

but in IE or Chrome,it not display.