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(':', '_')