scripts/hello/index.erb in closure-1.4.3 vs scripts/hello/index.erb in closure-1.5.0
- old
+ new
@@ -1,7 +1,13 @@
<!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">
+ 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>
<script src='compiler.js?<%= query_string %>'></script>
</head>
<body>
<script type='text/javascript'>
hello('world');