From 55dec67dc56f5979dc98e5acbc28cc9f0b354710 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 26 Mar 2017 22:03:56 +0900
Subject: [PATCH] [Client] Remove wrong attributes

---
 src/web/app/base.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/web/app/base.pug b/src/web/app/base.pug
index 81ee7ac061..912157a2e8 100644
--- a/src/web/app/base.pug
+++ b/src/web/app/base.pug
@@ -2,7 +2,7 @@ doctype html
 
 != '\n<!-- Thank you for using Misskey! @syuilo -->\n'
 
-html(lang='ja' dir='ltr')
+html
 
 	head
 		meta(charset='utf-8')