summaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-03-05 03:18:26 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-03-05 03:18:26 +0000
commitbfc0b13fecda534be7e7bafb0c3fafd10a655ff3 (patch)
treeb6c7e935e63fc03fc8791cd6a7a9aa71ec50a0c5 /app/views/layouts
parentb88014a94be02dfdfd1735d2b7823e7cc3760fc7 (diff)
downloadredmine-bfc0b13fecda534be7e7bafb0c3fafd10a655ff3.tar.gz
redmine-bfc0b13fecda534be7e7bafb0c3fafd10a655ff3.zip
remove trailing white space from app/views/layouts/base.html.erb
git-svn-id: http://svn.redmine.org/redmine/trunk@15193 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/base.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb
index 68b6bd88b..8e03ab8e9 100644
--- a/app/views/layouts/base.html.erb
+++ b/app/views/layouts/base.html.erb
@@ -2,7 +2,7 @@
<html lang="<%= current_language %>">
<head>
<meta charset="utf-8" />
-<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title><%= html_title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="<%= Redmine::Info.app_name %>" />