Am Sonntag, 18. Dezember 2011 um 18:48:16, schrieb b...@lyx.org
> Author: baum
> Date: Sun Dec 18 18:48:16 2011
> New Revision: 40520
> URL: http://www.lyx.org/trac/changeset/40520
> 
> Log:
> did anybody test this?
> 
> Modified:
>    lyx-devel/trunk/lib/lyx2lyx/parser_tools.py
> 
> Modified: lyx-devel/trunk/lib/lyx2lyx/parser_tools.py
> ==============================================================================
> --- lyx-devel/trunk/lib/lyx2lyx/parser_tools.py       Sun Dec 18 16:14:19 
> 2011        (r40519)
> +++ lyx-devel/trunk/lib/lyx2lyx/parser_tools.py       Sun Dec 18 18:48:16 
> 2011        (r40520)
> @@ -307,7 +307,7 @@
>  
>  
>  def get_option_value(line, option):
> -    rx = option + '\s*=\s*"([^"+])"'
> +    rx = option + '\s*=\s*"([^"]+)"'
>      rx = re.compile(rx)
>      m = rx.search(line)
>      if not m:

Should go to branch too.

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to