wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()
-------------------------------------------------------------------------

                 Key: XERCESJ-1385
                 URL: https://issues.apache.org/jira/browse/XERCESJ-1385
             Project: Xerces2-J
          Issue Type: Bug
          Components: DOM (HTML)
    Affects Versions: 2.9.0
            Reporter: Johannes Koch


org.apache.html.dom.HTMLAreaElementImpl.getNoHref():

        return getBinary( "href" );

must be

        return getBinary( "nohref" );


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to