scripts/modules/index.erb in closure-1.4.3 vs scripts/modules/index.erb in closure-1.5.0

- old
+ new

@@ -1,16 +1,18 @@ <!DOCTYPE html> <html> <head> + <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> + <meta content="utf-8" http-equiv="encoding"> <style type="text/css" media="screen"> - body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} - select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;} + html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;} + button,input,optgroup,select,textarea {font-family: sans-serif; font-size: inherit;} </style> </head> <body> <p> Thanks to the <a href="http://plovr.com/">plovr</a> project. - This is one of their + This is one of their <a href="http://code.google.com/p/plovr/source/browse/#hg%2Ftestdata%2Fmodules">tests</a>. </p> <div id="content"></div> <script src='compiler.js?<%=query_string%>'></script> </body>