In the following:
<TD align=”center”><INPUT type=”checkbox” name=”Activate” value=<c_rt:out value=’${names.key}’/>>
If I place my cursor to the left of the last ‘>’, it correctly finds the match which is the ‘<‘ right before INPUT.
However, when I place my cursor to the left of the second last ‘>’, it does not find the match which should be around:
<c_rt:out value=’${names.key}’/>
I’m using 3.8.2.
Any questions, just let me know…