diff --git a/app/views/reports/issue_report.rhtml b/app/views/reports/issue_report.rhtml
index 3b869e3..d70d429 100644
--- a/app/views/reports/issue_report.rhtml
+++ b/app/views/reports/issue_report.rhtml
@@ -13,6 +13,7 @@
<%=l(:field_author)%> <%= link_to image_tag('zoom_in.png'), :action => 'issue_report_details', :detail => 'author' %>
<%= render :partial => 'simple', :locals => { :data => @issues_by_author, :field_name => "author_id", :rows => @authors } %>
+<%= call_hook(:view_reports_issue_report_split_content_left, :project => @project) %>
@@ -27,5 +28,6 @@
<%=l(:field_category)%> <%= link_to image_tag('zoom_in.png'), :action => 'issue_report_details', :detail => 'category' %>
<%= render :partial => 'simple', :locals => { :data => @issues_by_category, :field_name => "category_id", :rows => @categories } %>
+<%= call_hook(:view_reports_issue_report_split_content_right, :project => @project) %>