The following error appears in Eclipse juno:
Attribute value (POST) uses an invalid case character
in the following line inside one of my HTML files:
<form action="http://allteamz.us5.list-manage.com/subscribe/post" method="POST" id="mc-embedded-subscribe-form">
Is there any way to tell eclipse to ignore this error? Tried a few things, but nothing works.
source share