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/02/01 11:01:00 UTC

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

     [ https://issues.apache.org/jira/browse/DOXIA-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konrad Windszus resolved DOXIA-691.
-----------------------------------
    Fix Version/s: 2.0.0-M6
       Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 2.0.0-M6
>
>
> 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)