fixed compatibility issues in CRYPT

This commit is contained in:
mdipierro
2012-08-09 23:09:51 -05:00
parent 1906817df8
commit 92925f447b
4 changed files with 11 additions and 4 deletions
+4
View File
@@ -45,6 +45,10 @@
response.files.append(URL('static','css/web2py.css'))
response.files.append(URL('static','css/bootswatch.css'))
}}
<!-- Makes bootswatch working on IE 7/8 -->
<!--[if (lt IE 9)]>
<link rel="stylesheet" href="{{=URL('static','css/bootswatch_ie.css')}}">
<![endif]-->
{{include 'web2py_ajax.html'}}