Quote inside quote

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Quote inside quote

aditsu
Hi, I'm trying to reply to a message on nabble, where the author used the <quote> tag to quote a previous message. If I quote the message (so there's <quote> inside <quote>), nabble seems to flatten the quote instead of nesting it properly. Is this a bug?

Adrian
Reply | Threaded
Open this post in threaded view
|

Re: Quote inside quote

Will <Nabble>
Administrator
Thanks for the report. It seems to be  a bug. We'll fix it in the next release, in a few days.

A raw code like this should work:

<quote author="aditsu">
Quote
<quote author="aditsu">
Quote inside quote
</quote>
</quote>

But it looks like

aditsu wrote
Quote
aditsu wrote
Quote inside quote
If you insert some text at the end of the quote, it works,

<quote author="aditsu">
Quote
<quote author="aditsu">
Quote inside quote
</quote>
insert text here...
</quote>

Now it works:

aditsu wrote
Quote
aditsu wrote
Quote inside quote
insert text here...
Reply | Threaded
Open this post in threaded view
|

Re: Quote inside quote

Will <Nabble>
Administrator
In reply to this post by aditsu
Fixed. Please test.