How to fix truetyphography plugin in Joomla [é => e]

孤街浪徒 提交于 2020-01-03 04:38:07

问题


I'm using truetypography plugin on my site. It's great for hyphenation (my site has 3 columns, so its necessary), but for some reason, in polish language file, changes several "e" into "é". Of course it happens on the go while displaying, so db and admin part of joomla looks ok.

Now I'm using something like this in jQuery to fix it: $("#content").html($("#content").html().replace("é", "e"));

But I would like to fix the cause, not cover the output.

Any ideas on how to fix it?
Any suggestions?

来源:https://stackoverflow.com/questions/17423801/how-to-fix-truetyphography-plugin-in-joomla-%c3%a9-e

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!