[Moin-user] Re: Paragraph breaks in 1.5.3

Chris Lawley chris at art-en-soul.cix.co.uk
Thu May 11 04:21:03 EDT 2006


On 3 May 2006, M.-A. Lemburg wrote:

> It appears as if the following change fixes the problem:
> 
> --- parser/wiki.py~     2006-05-03 19:16:52.913252147 +0200
> +++ parser/wiki.py      2006-05-03 19:16:52.914251845 +0200
> @@ -462,7 +462,8 @@
>      def _indent_repl(self, match):
>          """Handle pure indentation (no - * 1. markup)."""
>          result = []
> -        if not (self.in_li or self.in_dd):
> +        #if not (self.in_li or self.in_dd):
> +        if self.in_li or self.in_dd:
>              self._close_item(result)
>              self.in_li = 1
>              css_class = None
> 


Is this a fix you worked out for yourself or was it on this list? I 
ask only because I can't spot it amongst the reported bugs at
   http://moinmoin.wikiwikiweb.de/MoinMoinBugs

chris :-)





More information about the Moin-user mailing list