diff --git a/app/controllers/pages_controller.rb b/app/controllers/pages_controller.rb index bc6b237..434b841 100644 --- a/app/controllers/pages_controller.rb +++ b/app/controllers/pages_controller.rb @@ -586,7 +586,7 @@ class PagesController < ApplicationController def change_to_language(final_html) if session[:zh_cn] - final_html = ZhConv.convert("zh-cn", final_html) + final_html = ZhConv.convert("zh-cn", final_html,false) final_html.gsub!('/zh_tw/','/zh_cn/') final_html.sub!('繁体中文','繁体中文') end diff --git a/public/411.html b/public/411.html index 0fd2be7..384d0da 100644 --- a/public/411.html +++ b/public/411.html @@ -58,7 +58,7 @@

OOPS!

Page not available

-

Sorry, This page is not available for this language
You can go back to home or previous page.

+

Sorry, This page is not available for this language
You can go back to home or previous page.