diff --git a/app/models/other_paper.rb b/app/models/other_paper.rb index 2e261d6..10faf10 100644 --- a/app/models/other_paper.rb +++ b/app/models/other_paper.rb @@ -200,7 +200,7 @@ class OtherPaper link = OrbitHelper.url_to_plugin_show(other_paper.to_param,'personal_other_paper') tmp_title = (title_is_paper_format ? other_paper.create_link : value) url_to_plugin_show_blank = OrbitHelper.instance_variable_get(:@url_to_plugin_show_blank) - value = (url_to_plugin_show_blank ? tmp_title : "#{tmp_title}") + value = (url_to_plugin_show_blank ? tmp_title : "#{tmp_title}") end value end