Hi guys,
Here is my simple code to make an article downloadable and all has been well until upgrading to 2.1.3 latest build.
{if file_upload != ''}
<a href="http://{file_upload}class=button_link"><span>Download complete article</span></a>
{/if}The field (file_upload) is not only NOT selectable within the template but is also enclosing the file extension in strange looking P tags therefore breaking the download link on all existing downloadable files.
<a href="http://www.mydomain.com/news/news_feature_file/p>.pdf">http://www.mydomain.com/news/news_feature_file/p>.pdf</a>Please help… this is urgent!!
Thanks,
Rob