Skip to content
Unverified Commit 91916a01 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Fix rendering app authors with homepage or email



When the first author of an app doesn't have homepage/email attributes
set in info.xml then any further author was rendered as `[object
Object]` due to the complex XML node seralized to a JavaScript string.
The logic was fixed so that it converts any of the authors to simple
text.

Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent 23985b63
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment