mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:25:10 +00:00
[MOD] Use <pre>, be a little more stringent on oID
This commit is contained in:
parent
ee004ca9c0
commit
9e34ffe665
4 changed files with 10 additions and 9 deletions
|
|
@ -74,7 +74,12 @@ PEPVCardEvent(PEPManager *m, XMLElement *stanza, XMLElement *item)
|
|||
AddURIField(vcard, "url", REPOSITORY);
|
||||
AddURIField(vcard, "url", "https://kappach.at/parsee");
|
||||
|
||||
AddTextField(vcard, "note", "This is the Parsee user account.");
|
||||
AddTextField(vcard,
|
||||
"note",
|
||||
"This is the Parsee system account. " "\n"
|
||||
"Admins may execute ad-hoc commands through this "
|
||||
"account."
|
||||
);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue