OSDN Git Service

modified CRLF in error.html.erb
authorelixirel <elixirel@users.sourceforge.jp>
Thu, 17 Sep 2009 12:52:08 +0000 (21:52 +0900)
committerelixirel <elixirel@users.sourceforge.jp>
Thu, 17 Sep 2009 12:52:08 +0000 (21:52 +0900)
erbtemp/error.html.erb

index 2f368a1..383ac05 100644 (file)
@@ -1,48 +1,48 @@
-<html>\r
-    <head>\r
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\r
-        <title><%= APPTITLE %></title>\r
-        <link rel="stylesheet" href="./erbtemp/stylesheet.css" type="text/css">\r
-    </head>\r
-    <body>\r
-        <div class="divstyle" style="width: <%= TABLEWIDTH %>px;">\r
-            <table align="center">\r
-                <tbody>\r
-                    <tr>\r
-                        <td style="width: <%= (TABLEWIDTH - 20) %>px;" class="formnavi">\r
-                            ■ エラーが発生しました!\r
-                            <br>\r
-                        </td>\r
-                    </tr>\r
-                    <tr>\r
-                        <td class="forminput">\r
-                            ▼ エラー詳細 :\r
-                            <br>\r
-                            <table>\r
-                                <tbody>\r
-                                    <tr>\r
-                                        <td style="color: #ff0000; width: <%= (TABLEWIDTH - 30) %>px;" class="forminput">\r
-                                            <% db.transaction do %>\r
-                                            <%= db["error"] %>\r
-                                            <% end %>\r
-                                        </td>\r
-                                    </tr>\r
-                                </tbody>\r
-                            </table>\r
-                            <br>\r
-                            <div style="text-align: center; width: 100%;">\r
-                                [ <a href="<%= cgi.script_name %>?mode=logout">ログアウトする</a>\r
-                                ]\r
-                            </div>\r
-                            <br>\r
-                        </td>\r
-                    </tr>\r
-                </tbody>\r
-            </table>\r
-        </div>\r
-        <br>\r
-        <div class="divstyle" style="border: none;">\r
-            <%= APPVERSION %>\r
-        </div>\r
-    </body>\r
-</html>\r
+<html>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+        <title><%= APPTITLE %></title>
+        <link rel="stylesheet" href="./erbtemp/stylesheet.css" type="text/css">
+    </head>
+    <body>
+        <div class="divstyle" style="width: <%= TABLEWIDTH %>px;">
+            <table align="center">
+                <tbody>
+                    <tr>
+                        <td style="width: <%= (TABLEWIDTH - 20) %>px;" class="formnavi">
+                            ■ エラーが発生しました!
+                            <br>
+                        </td>
+                    </tr>
+                    <tr>
+                        <td class="forminput">
+                            ▼ エラー詳細 :
+                            <br>
+                            <table>
+                                <tbody>
+                                    <tr>
+                                        <td style="color: #ff0000; width: <%= (TABLEWIDTH - 30) %>px;" class="forminput">
+                                            <% db.transaction do %>
+                                            <%= db["error"] %>
+                                            <% end %>
+                                        </td>
+                                    </tr>
+                                </tbody>
+                            </table>
+                            <br>
+                            <div style="text-align: center; width: 100%;">
+                                [ <a href="<%= cgi.script_name %>?mode=logout">ログアウトする</a>
+                                ]
+                            </div>
+                            <br>
+                        </td>
+                    </tr>
+                </tbody>
+            </table>
+        </div>
+        <br>
+        <div class="divstyle" style="border: none;">
+            <%= APPVERSION %>
+        </div>
+    </body>
+</html>