chenjunkai %!s(int64=6) %!d(string=hai) anos
pai
achega
f81e237203
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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('’', '_')