views/layout.erb in geminabox-0.12.0 vs views/layout.erb in geminabox-0.12.1

- old
+ new

@@ -1,16 +1,16 @@ <!DOCTYPE html> <html> <head> <title>Gem in a Box</title> - <link rel="stylesheet" href="<%= url "/master.css" %>" type="text/css" media="screen"> - <link href="<%= url "/atom.xml" %>" type="application/atom+xml" rel="alternate" title="Atom Feed"> + <link rel="stylesheet" href="<%= url "/master.css", false %>" type="text/css" media="screen"> + <link href="<%= url "/atom.xml", false %>" type="application/atom+xml" rel="alternate" title="Atom Feed"> </head> <body> <div id="content"> <h1>Gem in a Box</h1> <%= yield %> </div> - <script type="text/javascript" src="<%= url "/jquery.js" %>"></script> - <script type="text/javascript" src="<%= url "/master.js" %>"></script> + <script type="text/javascript" src="<%= url "/jquery.js", false %>"></script> + <script type="text/javascript" src="<%= url "/master.js", false %>"></script> </body> </html>