diff --git a/lib/target_version_graph_hook.rb b/lib/target_version_graph_hook.rb
index 74130be..fe9ea5b 100644
--- a/lib/target_version_graph_hook.rb
+++ b/lib/target_version_graph_hook.rb
@@ -3,7 +3,7 @@ class TargetVersionGraphHook < Redmine::Hook::ViewListener
def view_versions_show_bottom(context = { })
if !context[:version].fixed_issues.empty?
output = "
"
return output
end