I don't think there's any intention on the part of the authors to want a  
newline in the middle of the <ref>, but there's one there, so a <br> would  
not be a solution. And I'm working with Wikipedia, so really such a  
workaround won't help. It's not urgent for my needs, I guess.

- Joel

On Mon, 08 Sep 2008 20:22:19 +1000, Volker Haas <[EMAIL PROTECTED]>  
wrote:

> I created tickets:
>
> http://code.pediapress.com/wiki/ticket/297
>
> http://code.pediapress.com/wiki/ticket/298
>
> as a workaround you can use br tags instead of newlines at the moment
>
> Joel Nothman wrote:
>> I'm not using the latest version of the code, so I wanted to check if  
>> this
>> bug's been fixed.
>>
>> If a <ref> tag is found at the end of a blockquote, a newline  
>> prematurely
>> closes the tag:
>>
>> uparser.simpleparse(':Abc<ref>Def\nGhi</ref>')
>>
>>   Article 'unknown': 1 children
>>       Node '': 3 children
>>           Style ':': 2 children
>>               'Abc'
>>               TagNode 'ref': 1 children
>>                   Node '': 1 children
>>                       'Def'
>>           '\n'
>>           'Ghi'
>>
>>
>> Similarly, double-newlines in the middle of blockquotes create problems.
>>
>> uparser.simpleparse('<blockquote>ABC\n\nDEF\n\nGHI</blockquote>')
>>   Article 'unknown': 3 children
>>       Paragraph '': 1 children
>>           Style ':': 1 children
>>               'ABC'
>>       Paragraph '': 1 children
>>           'DEF'
>>       Node '': 1 children
>>           'GHI'
>>
>>
>> Are these known issues? I could do with a fix...
>>
>> Thanks,
>>
>> - Joel
>>
>> >
>>
>



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mwlib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to