fixed typo in globals thanks Anthony
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 1.99.7 (2012-03-12 18:26:11) dev
|
||||
Version 1.99.7 (2012-03-12 21:35:37) dev
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ current = threading.local() # thread-local storage for request-scope globals
|
||||
css_template = '<link href="%s" rel="stylesheet" type="text/css" />'
|
||||
js_template = '<script src="%s" type="text/javascript"></script>'
|
||||
coffee_template = '<script src="%s" type="text/coffee"></script>'
|
||||
lass_template = '<link href="%s" rel="styleshee/lesst" type="text/css" />'
|
||||
lass_template = '<link href="%s" rel="stylesheet/less" type="text/css" />'
|
||||
css_inline = '<style type="text/css">\n%s\n</style>'
|
||||
js_inline = '<script type="text/javascript">\n%s\n</script>'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user