summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug-johan-2010-02-12.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/bug-johan-2010-02-12.rhtml')
-rw-r--r--emacs.d/nxhtml/tests/in/bug-johan-2010-02-12.rhtml22
1 files changed, 22 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/bug-johan-2010-02-12.rhtml b/emacs.d/nxhtml/tests/in/bug-johan-2010-02-12.rhtml
new file mode 100644
index 0000000..758a4b0
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/bug-johan-2010-02-12.rhtml
@@ -0,0 +1,22 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+ <link rel="icon" href="/favicon.ico" />
+
+ <%= include_stylesheets :blueprint, :application, :media => 'all' %>
+<!--[if lt IE 8]>
+ <%= include_stylesheets :ie, :media => 'all' %>
+ <![endif]-->
+<%= include_javascripts :mootools, :application %>
+ </head>
+ <body>
+ <div id="container">
+ <%= render :partial => "layouts/application/header" %>
+<%= render :partial => "layouts/application/menu" %>
+ <%= render :partial => "layouts/application/search_bar" %>
+<%= render :partial => "layouts/application/contents" %>
+ <%= render :partial => "layouts/application/footer" %>
+</div>
+ </body>
+</html>