aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mako/lexer.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mako/lexer.py')
-rw-r--r--lib/mako/lexer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mako/lexer.py b/lib/mako/lexer.py
index c5c39df..cbaf349 100644
--- a/lib/mako/lexer.py
+++ b/lib/mako/lexer.py
@@ -185,7 +185,7 @@ class Lexer(object):
([\w\.\:]+) # keyword
- ((?:\s+\w+|=|".*?"|'.*?')*) # attrname, = sign, string expression
+ ((?:\s+\w+|\s*=\s*|".*?"|'.*?')*) # attrname, = sign, string expression
\s* # more whitespace