templates/default/fulldoc/html/frames.erb in yard-0.9.16 vs templates/default/fulldoc/html/frames.erb in yard-0.9.17
- old
+ new
@@ -1,17 +1,17 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="<%= charset %>">
- <title><%= options.title %></title>
-</head>
-<script type="text/javascript" charset="utf-8">
- var match = unescape(window.location.hash).match(/^#!(.+)/);
- var name = match ? match[1] : '<%= url_for_main %>';
- name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
- window.top.location = name;
-</script>
-<noscript>
- <h1>Oops!</h1>
- <h2>YARD requires JavaScript!</h2>
-</noscript>
-</html>
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="<%= charset %>">
+ <title><%= options.title %></title>
+</head>
+<script type="text/javascript" charset="utf-8">
+ var match = unescape(window.location.hash).match(/^#!(.+)/);
+ var name = match ? match[1] : '<%= url_for_main %>';
+ name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
+ window.top.location = name;
+</script>
+<noscript>
+ <h1>Oops!</h1>
+ <h2>YARD requires JavaScript!</h2>
+</noscript>
+</html>