chenjunkai 6 年 前
コミット
e38b96f748
1 ファイル変更1 行追加0 行削除
  1. 1 0
      controller/LangArea.py

+ 1 - 0
controller/LangArea.py

@@ -141,6 +141,7 @@ class LangAreaView(TemplateView):
                 lk = lk.replace('!', '_')
                 lk = lk.replace('’', '_')
                 lk = lk.replace('...', '_')
+                lk = lk.replace('…', '_')
                 lk = lk.replace('\\n', '_')
                 lk = lk.replace(':', '_')
                 lk = lk.replace(':', '_')