fixed typo in globals thanks Anthony

This commit is contained in:
Massimo DiPierro
2012-03-12 21:35:40 -05:00
parent 697e5508ca
commit 76cefeaa76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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>'