chenjunkai 6 年之前
父节点
当前提交
f81e237203
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controller/LangArea.py

+ 1 - 0
controller/LangArea.py

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