blakeembrey/dombars

special char escape issues

Closed this issue · 1 comments

Got another issue for ya. I'm attempting to output a string like this

href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=&text={{twitter_message}}">

the twitter_message is I'm John-Boy Walton on the Which Walton Are You quiz from @insp! Who are you?

but your escape method you have is converting the already special char encoded ' from ' to ' which is wreaking havoc is there a way to disable escaping for a single string or am i just doing something wrong?

nevermind the solution was to do {{{twitter_message}}}