mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +00:00
[MOD] Don't always add two newlines
This commit is contained in:
parent
c96f0486ff
commit
cdbdc9345a
1 changed files with 4 additions and 1 deletions
|
|
@ -149,7 +149,10 @@ XMPPifyElement(const ParseeConfig *conf, HashMap *event, XMLElement *elem, XMPPF
|
|||
Concat(subxep);
|
||||
Free(subxep);
|
||||
}
|
||||
Concat("\n");
|
||||
if (i != 0)
|
||||
{
|
||||
Concat("\n");
|
||||
}
|
||||
}
|
||||
else if (StrEquals(elem->name, "a"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue