diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-04 15:26:40 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-04 15:26:40 +0900 |
| commit | da77aab7c4d7a9e4778f521f7333116efaaf8fc1 (patch) | |
| tree | 25537c94ce75e8fc5c2fd0ce49a7231a23dc4392 /src | |
| parent | Clean up (diff) | |
| download | misskey-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.tag | 2 |
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! + \時 + |