Sha256: d7232112a7d818f2f8970eed63a5328c4e1fd6ea6446328ebed4bbfdd2da4870
Contents?: true
Size: 777 Bytes
Versions: 11
Compression:
Stored size: 777 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ops="http://www.idpf.org/2007/ops" xml:lang="<%= @language %>"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> <% if @javascripts.present? %> <% @javascripts.each do |js| %> <%= js %> <% end %> <% end %> <meta http-equiv="Content-Style-Type" content="text/css"/> <% if @stylesheets.present? %> <% @stylesheets.each do |style| %> <link rel="stylesheet" type="text/css" href="<%= style %>" /> <% end %> <% end%> <meta name="generator" content="Re:VIEW"/> <title><%= @title %></title> </head> <body<%= @body_ext %>> <%= @body %> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems