When I’m exporting my project Webflow replaces the character “<” with “& l t ;” on my links custom attributes. Is this a known problem? (note that the space between the characters are intentional by me)
This is my attribute:
Name: onClick
Value: _gaq.push([‘_trackEvent’, ‘Download (<?=$os?>)’, ‘V2’]);
and the exported code is:
Value: _gaq.push([‘_trackEvent’, ‘Download (& l t ;?=$os?>)’, ‘V2’]);
Sure, it’s the same character but in html but it makes my custom attribute to fail and it doesn’t replace all other characters.
Cheers