We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df464d commit 97675f6Copy full SHA for 97675f6
src/main/java/org/htmlunit/html/HtmlElement.java
@@ -344,7 +344,7 @@ public void removeAttribute(final String attributeName) {
344
return;
345
}
346
347
- final boolean mapped = DomElement.NAME_ATTRIBUTE.equals(attributeName)
+ final boolean mapped = DomElement.NAME_ATTRIBUTE.equals(attributeName)
348
|| DomElement.ID_ATTRIBUTE.equals(attributeName);
349
if (mapped) {
350
htmlPage.removeMappedElement(this, false, false);
0 commit comments