You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2023/01/24 19:10:00 UTC

[jira] [Created] (DOXIA-691) APT: Emit multiple authors in separate meta tags

Konrad Windszus created DOXIA-691:
-------------------------------------

             Summary: APT: Emit multiple authors in separate meta tags
                 Key: DOXIA-691
                 URL: https://issues.apache.org/jira/browse/DOXIA-691
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Apt
            Reporter: Konrad Windszus
            Assignee: Konrad Windszus


Currently multiple authors in the head section of an APT file (separated by newline) are just emitted like this in XHTML (e.g. in https://maven.apache.org/guides/mini/guide-configuring-plugins.html based on https://github.com/apache/maven-site/blob/master/content/apt/guides/mini/guide-configuring-plugins.apt)

{code}
<meta name="author" content="Jason van Zyl
Vincent Siveton" />
{code}

Instead multiple authors should end up in multiple dedicated meta tags (with the same name "author") as the newline is not really a supported separator.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)