When I type the following into a text field it automatically changes it to the following code when I reopen it (since it automatically opens in the HTML view) which is not correct. You can see that it gets rid of the curly bracket’s and adds in some quote marks.
Before
<a href="{{dc:looper:field key="conclusion_link"}}">{{dc:looper:field key="conclusion_link_title"}}</a>
After
<a href="{{dc:looper:field key=" conclusion_link="">{{dc:looper:field key="conclusion_link_title"}}</a>