summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-23 11:14:27 +0100
committerGravatar Tom Willemsen2011-03-23 11:14:27 +0100
commit0d342f0aee3f2f800e486c0051dabe718a7b2841 (patch)
tree1f55afabb8f4876dbe564f7ed5d8e573ddc78df3 /emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb
parentd4510153b17625a3dd2f1852cc6392fc26efecf6 (diff)
downloaddotfiles-0d342f0aee3f2f800e486c0051dabe718a7b2841.tar.gz
dotfiles-0d342f0aee3f2f800e486c0051dabe718a7b2841.zip
I don't like nxhtml
Diffstat (limited to 'emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb')
-rw-r--r--emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb37
1 files changed, 0 insertions, 37 deletions
diff --git a/emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb b/emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb
deleted file mode 100644
index 92b76fa..0000000
--- a/emacs.d/nxhtml/tests/in/ch-2008-07-25-test.html.erb
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<% @meta_keywords ||= nil -%>
-<% @meta_description ||= nil -%>
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- <% unless @meta_keywords.blank? -%>
- <meta name="keywords" content="<%= @meta_keywords %>" />
- <% end -%>
- <% unless @meta_description.blank? -%>
- <meta name="description" content="<%= @meta_description %>" />
- <% end -%>
- <title><%= @page_title.blank? ? "Mysite" : "#{@page_title} : Mysite" %></title>
- <%= stylesheet_link_tag 'global', 'sem', :media => 'all' %>
- </head>
- <body>
- <div id="shadow">
- <div id="container">
-
- <div id="main" class="content">
- <%= yield %>
- </div>
- <table>
- This text is in the wrong place, but you have to apply a
- schema to get it marked as invalid.
- <%= yield %>
- </table>
-
- </div> <%# container %>
- </div> <%# shadow %>
- </body>
- <% if live_site? %>
- <%= render(:partial => 'shared/google_analytics') %>
- <% end %>
-</html>