Software Archive
Read-only legacy content
17061 Discussions

Version 2248 broke URL href tags in code.

Nick_F_2
New Contributor III
311 Views

I have a few href tags in my code. When I loaded the project into the latest version of XDK (2248) one of the url's was broken. The < & > characters had been replaced by their longhand form &lt; and &gt; so the url was &lt;a href="my url"&gt;My URL&lt;/a&gt;. So failed to compile and view correctly as a link in the app either under emulation of once compiled.

Update: not only URL's broken but formatting tags as well. <b> becomes &lt:b&gt; etc. This looks completely random throughout my code. 

0 Kudos
2 Replies
John_H_Intel2
Employee
311 Views

I am not able to replicate this. Do you have a backup file that you can share that replicates this behavior?

Did you change the way the file is encoded with BOM or something else? 

Is it all files or just one?

0 Kudos
Nick_F_2
New Contributor III
311 Views

No encoding, just loaded an existing project originally created a few versions ago, previously opened in 2170. Opened this morning after updating to 2248 to find this issue had affected a number of tags.

I have edited the tags now saved and reopened the file and so far so good.

0 Kudos
Reply