Extra spaces inserted when using AppendPage API operation
When I try to append html using the pbwiki 2.0 api and the AppendPage operation, it inserts spaces between paragraph tags. What's interesting is that the page looks fine, until you edit the page using the pbwiki UI. Once you enter the edit screen, the GUI editor looks fine, but if you click 'source', an extra set of paragraph tags are inserted between each piece of tagged html.
For instance:
http://testwiki.pbwiki.com/api_v2/?op...
produces
test1
test2
Now if you edit the page via pbwiki UI and save the changes, you get:
test1
test2
and the source code looks like: [w/out the % symbols]
<%p%> <%/p%>
<%p%>test1<%/p%>
<%p%> <%/p%>
<%p%>test2<%/p%>
<%p%> <%/p%>
Any ideas on what's causing this?
For instance:
http://testwiki.pbwiki.com/api_v2/?op...
produces
test1
test2
Now if you edit the page via pbwiki UI and save the changes, you get:
test1
test2
and the source code looks like: [w/out the % symbols]
<%p%> <%/p%>
<%p%>test1<%/p%>
<%p%> <%/p%>
<%p%>test2<%/p%>
<%p%> <%/p%>
Any ideas on what's causing this?
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hi Mo,
I'm sorry, I can't tell you immediately what's causing this. I'll get in touch with some folks here and I'll also file a trouble ticket.
Thanks for reporting this issue.
I’m happy to help
-
Inappropriate?I did some additional tinkering and notice that if you insert line breaks [br tag] into the source code editor and save. The next time you view the source code, the [br] tags are changed to [p][/p] tags.
I’m wondering
-
Inappropriate?any headway as to what's causing this issue?
-
Inappropriate?HI Mo,
I'm sorry, this problem is waiting in a queue to be looked at. I can't promise any immediate analysis or action on it.
Loading Profile...



