linkedin / dustjs

Asynchronous Javascript templating for the browser and server
http://dustjs.com
MIT License
2.91k stars 479 forks source link

Make the double quotes for the inline params configurable #22

Closed vybs closed 11 years ago

vybs commented 12 years ago

What if we can use single quotes for the inline params instead of double quotes

{#block a='a1' }

{/block}

jairodemorais commented 12 years ago

why? are you thinking in something particular or is just an idea?

vybs commented 12 years ago

People do not like the double quotes, because in some cases ti creates a nesting

a href='{@link arg="1" }'

Say now the arg in itself had a " ", how do you handle that?

On 3 May 2012 14:20, Jairo de Morais < reply@reply.github.com

wrote:

why? are you thinking in something particular or is just an idea?


Reply to this email directly or view it on GitHub: https://github.com/linkedin/dustjs/issues/22#issuecomment-5498741

vybs commented 12 years ago

wont fix, since this is not adding much value.