Show
Ignore:
Timestamp:
11/14/08 11:05:22 (16 months ago)
Author:
JensDiemer
Message:

Bugfix in creole markup: Wrong image RE, see: http://www.pylucid.org/phpBB2/viewtopic.php?t=256 Thx. Hirmus

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid_project/PyLucid/system/markups/creole.py

    r1774 r1795  
    7171    image = r'''(?P<image> 
    7272            {{ 
    73             (?P<image_target>.+?\.jpg|\.jpeg|\.gif|\.png) \s* 
     73            (?P<image_target>.+?(\.jpg|\.jpeg|\.gif|\.png)) \s* 
    7474            (\| \s* (?P<image_text>.+?) \s*)? 
    7575            }}