Index: branches/version-2_12-dev/data/Smarty/templates/default/site_main.tpl
===================================================================
--- branches/version-2_12-dev/data/Smarty/templates/default/site_main.tpl	(revision 22206)
+++ branches/version-2_12-dev/data/Smarty/templates/default/site_main.tpl	(revision 22363)
@@ -21,5 +21,5 @@
  *}-->
 
-<body>
+<body class="<!--{$tpl_page_class_name|h}-->">
 <!--{$GLOBAL_ERR}-->
 <noscript>
Index: branches/version-2_12-dev/data/Smarty/templates/default/site_frame.tpl
===================================================================
--- branches/version-2_12-dev/data/Smarty/templates/default/site_frame.tpl	(revision 22206)
+++ branches/version-2_12-dev/data/Smarty/templates/default/site_frame.tpl	(revision 22363)
@@ -22,5 +22,5 @@
  *}-->
 
-<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja" class="<!--{$tpl_page_class_name|h}-->">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
Index: branches/version-2_12-dev/data/Smarty/templates/sphone/site_frame.tpl
===================================================================
--- branches/version-2_12-dev/data/Smarty/templates/sphone/site_frame.tpl	(revision 22206)
+++ branches/version-2_12-dev/data/Smarty/templates/sphone/site_frame.tpl	(revision 22363)
@@ -22,5 +22,5 @@
  *}-->
 
-<html lang="ja" class="<!--{$tpl_page_class_name|h}-->">
+<html lang="ja">
     <head>
         <meta charset="UTF-8">
Index: branches/version-2_12-dev/data/Smarty/templates/sphone/site_main.tpl
===================================================================
--- branches/version-2_12-dev/data/Smarty/templates/sphone/site_main.tpl	(revision 22206)
+++ branches/version-2_12-dev/data/Smarty/templates/sphone/site_main.tpl	(revision 22363)
@@ -21,5 +21,5 @@
  *}-->
 
-<body>
+<body class="<!--{$tpl_page_class_name|h}-->">
     <div data-role="page" data-keep-native=".data-role-none" data-theme="f">
 
