Changeset 281

Show
Ignore:
Timestamp:
02/10/08 00:00:13 (10 months ago)
Author:
ingy
Message:
Table adjustment
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ingy/WikiText-Creole/lib/WikiText/Creole/Parser.pm

    r280 r281  
    4242        }, 
    4343        table => { 
    44             match => qr/^((\|.*\n)+)\n*/m
     44            match => qr/^((\|.*\n)+)\n*/
    4545            blocks => ['tr'], 
    4646        }, 
    4747        tr => { 
    48             match => qr/^(\|.*\n)/m
     48            match => qr/^(\|.*\n)/
    4949            blocks => ['td'], 
    5050            filter => sub { s/\|\s*$// },