Skip to content

Internal error #40

@ojima-takahito

Description

@ojima-takahito

マルチバイト文字のリンク(wikiページのリンク)からページを開こうとすると
下記エラーで表示されません。
何か対策はありますでしょうか?
ActionView::Template::Error (incompatible character encodings: ASCII-8BIT and UTF-8):
13: <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
14: <%= javascript_heads %>
15: <%= heads_for_theme %>
16: <%= call_hook :view_layouts_base_html_head %>
17:
18: <%= yield :header_tags -%>
19:

plugins/view_customize/lib/view_customize/view_hook.rb:10:in view_layouts_base_html_head' lib/redmine/hook.rb:61:in block (2 levels) in call_hook'
lib/redmine/hook.rb:61:in each' lib/redmine/hook.rb:61:in block in call_hook'
lib/redmine/hook.rb:58:in tap' lib/redmine/hook.rb:58:in call_hook'
lib/redmine/hook.rb:96:in call_hook' app/views/layouts/base.html.erb:16:in _app_views_layouts_base_html_erb__756437483_44190576'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions