FP replaces = with > in a link with data

H

Hermann W Ehlers

Hi

I had to rebuild my computer and after reinstalling FP and downloading the
update I have the following problem:

When I open a page containing the following code:
<a href="mineral_edit.asp?mineralid=<%=mineralid%>"><%=mineralid%></a>

FrontPage shows me the following:
<a href="mineral_edit.asp?mineralid><%=mineralid%>"><%=mineralid%></a>

It replaces the = with the > symbol.

I tried to turn off all Intellisense and code formatting features, but that
did not help.
Can anyone help?
Thanks
Hermann
 
Top