This might be more accurately categorized as a “Web Development” topic, but since I’m editing a JSP, I thought I’d place it here.
I’ve got a JSP with a <th> tag that contains an “onclick” handler. When I reformat the page using “Source-Format”, the click handler for one of my tags is reformatted incorrectly.
Here’s the “before” image:
And the “after” image:
Note that the appearance of the code isn’t so much the issue: the code is actually broken by the formatting.
Any ideas on why this might be happening? Is there something I can do to correct it?
Thanks,
Curt