Code: Select all
<span class="ProductName">Widget</span>Code: Select all
<span class="ProductName">Widget</span>Depends how you inserted your variable.bgo wrote:We're using Flare variables in JavaScript on our master page. Now that Flare output wraps variables with a <span> tag, we'll have to find a workaround.
We tried using a snippet instead of a variable, but Flare doesn't seem to evaluate snippets inside of <script> tags. Adding JavaScript to extract the value of the variable from the <span> tag should work.
Any other ideas?
Thanks,
Brent
Code: Select all
<MadCap:variable name="Variables.Something" />Code: Select all
[%=Variables.Something%]