You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Fred Eckertson (JIRA)" <ji...@apache.org> on 2019/04/04 21:13:00 UTC

[jira] [Created] (DOXIA-590) either provided element class or default class gets ignored.

Fred Eckertson created DOXIA-590:
------------------------------------

             Summary: either provided element class or default class gets ignored.
                 Key: DOXIA-590
                 URL: https://issues.apache.org/jira/browse/DOXIA-590
             Project: Maven Doxia
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.8
            Reporter: Fred Eckertson


The following construct is somewhat common in doxia-core

att.addAttribute( Attribute.CLASS, "a" );

The documentation says that basic attributes (including CLASS) are supported. However in cases like this either that "a" or the CLASS that was provided in the attributes parameter will be ignored. The correct way to do this is to append the provided CLASS to "a " if a CLASS attribute was provided.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)