views:

26

answers:

1

Client Templating And URL's Title is required

Im trying to output

<a href="{{ link }}">click me</a>

the data in question is spotify:track:0ucyXpQG7xL8ipoyU0Ts3A , once I remove the ":" the link comes through, any ideas on this one?

As you can probably guess I'm trying to trigger the spotify protocol handler.

A: 

It's because certain attributes have a whitelist applied to them in order to prevent script injection.

Releases after preview version 4.0 should allow additional items to be added to the whitelist.

RubbleFord