lib/fukuzatsu/formatters/templates/index.html.haml in fukuzatsu-2.3.1 vs lib/fukuzatsu/formatters/templates/index.html.haml in fukuzatsu-2.3.2

- old
+ new

@@ -1,13 +1,14 @@ !!! %html %head %title Fukuzatsu - %link{href: "http://cdn.datatables.net/1.10.0/css/jquery.dataTables.css", rel: "stylesheet"} - %script{language: "javascript", src: "http://code.jquery.com/jquery-1.11.0.min.js", type: "text/javascript"} - %script{language: "javascript", src: "http://code.jquery.com/jquery-migrate-1.2.1.min.js", type: "text/javascript"} - %script{language: "javascript", src: "http://cdn.datatables.net/1.10.0/js/jquery.dataTables.js", type: "text/javascript"} + %meta{ :content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type" } + %link{href: "https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css", rel: "stylesheet"} + %script{language: "javascript", src: "https://code.jquery.com/jquery-1.11.0.min.js", type: "text/javascript"} + %script{language: "javascript", src: "https://code.jquery.com/jquery-migrate-1.2.1.min.js", type: "text/javascript"} + %script{language: "javascript", src: "https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js", type: "text/javascript"} %style{media: "screen", type: "text/css"} body { font-family: Arial, sans-serif; font-size: 13px; padding: 2em; } a { color: #900; }