It's a known bug (http://webbugtrack.blogspot.com/2008/04/bug-371-named-anchor-links-are-broken.html). The referenced site states no workaround, but not using a self-closing tag seems like a good workaround me, for example:
<a name="top"></a>
Avoid making the same mistake twice: Lessons learned by a Plone developer/integrator.
<a name="top"></a>
0 comments:
Post a Comment