[FIX] mergecss: allow spaces after (

bzr revid: chs@openerp.com-20111108145214-ahdaiyk0f616zq74
This commit is contained in:
Christophe Simonis 2011-11-08 15:52:14 +01:00
parent 7eebc26519
commit 2ae078e58c
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class WebClient(openerpweb.Controller):
file_map = dict(files)
rx_import = re.compile(r"""@import\s+('|")(?!'|"|/|https?://)""", re.U)
rx_url = re.compile(r"""url\s*\(('|"|)(?!'|"|/|https?://)""", re.U)
rx_url = re.compile(r"""url\s*\(\s*('|"|)(?!'|"|/|https?://)""", re.U)
def reader(f):