summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-01-04 15:26:40 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-01-04 15:26:40 +0900
commitda77aab7c4d7a9e4778f521f7333116efaaf8fc1 (patch)
tree25537c94ce75e8fc5c2fd0ce49a7231a23dc4392 /src
parentClean up (diff)
downloadmisskey-da77aab7c4d7a9e4778f521f7333116efaaf8fc1.tar.gz
misskey-da77aab7c4d7a9e4778f521f7333116efaaf8fc1.tar.bz2
misskey-da77aab7c4d7a9e4778f521f7333116efaaf8fc1.zip
Fix bug
Diffstat (limited to 'src')
-rw-r--r--src/web/app/common/tags/time.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/tags/time.tag b/src/web/app/common/tags/time.tag
index 56c3b8ecc3..52ad89a44f 100644
--- a/src/web/app/common/tags/time.tag
+++ b/src/web/app/common/tags/time.tag
@@ -11,7 +11,7 @@ script.
@absolute =
@time.get-full-year! + \年 +
- @time.get-month! + \月 +
+ @time.get-month! + 1 + \月 +
@time.get-date! + \日 +
' ' +
@time.get-hours! + \時 +