lib/views/guide.erb in raddocs-1.0.1 vs lib/views/guide.erb in raddocs-2.0.0
- old
+ new
@@ -4,15 +4,15 @@
<title><%= api_name %></title>
<% css_files.each do |file| %>
<link rel="stylesheet" href="<%= file %>" />
<% end %>
- <script src="#{url_location}/js/jquery-1-7-2.js"></script>
- <script src="#{url_location}/js/codemirror.js"></script>
- <script src="#{url_location}/js/mode/css/css.js"></script>
- <script src="#{url_location}/js/mode/htmlmixed/htmlmixed.js"></script>
- <script src="#{url_location}/js/mode/javascript/javascript.js"></script>
- <script src="#{url_location}/js/mode/xml/xml.js"></script>
+ <script src="<%= url_location %>/js/jquery-1-7-2.js"></script>
+ <script src="<%= url_location %>/js/codemirror.js"></script>
+ <script src="<%= url_location %>/js/mode/css/css.js"></script>
+ <script src="<%= url_location %>/js/mode/htmlmixed/htmlmixed.js"></script>
+ <script src="<%= url_location %>/js/mode/javascript/javascript.js"></script>
+ <script src="<%= url_location %>/js/mode/xml/xml.js"></script>
<style>
td.required .name:after {
float: right;
content: "required";