Skip to content

Family rendering not applied to names in short form #207

Description

@glorieux-f
    <name form="short">
      <name-part name="family" font-variant="small-caps"/>
    </name>

Small caps not applied to family name.

$text = $data->family;

// replace 
 $text = $data->family;
// by
list($family) = $this->renderNameParts($data);
$text = $family;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions