mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +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,8 +149,11 @@ XMPPifyElement(const ParseeConfig *conf, HashMap *event, XMLElement *elem, XMPPF
|
||||||
Concat(subxep);
|
Concat(subxep);
|
||||||
Free(subxep);
|
Free(subxep);
|
||||||
}
|
}
|
||||||
|
if (i != 0)
|
||||||
|
{
|
||||||
Concat("\n");
|
Concat("\n");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else if (StrEquals(elem->name, "a"))
|
else if (StrEquals(elem->name, "a"))
|
||||||
{
|
{
|
||||||
char *href = HashMapGet(elem->attrs, "href");
|
char *href = HashMapGet(elem->attrs, "href");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue