summaryrefslogtreecommitdiffstats
path: root/app/views/issues/edit.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/edit.rhtml')
-rw-r--r--app/views/issues/edit.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/edit.rhtml b/app/views/issues/edit.rhtml
index 53ffd7f6c..b1f63d1f5 100644
--- a/app/views/issues/edit.rhtml
+++ b/app/views/issues/edit.rhtml
@@ -1,4 +1,4 @@
-<h2><%= @issue.tracker.name %> #<%= @issue.id %> - <%=h @issue.subject %></h2>
+<h2><%= @issue.tracker.name %> #<%= @issue.id %></h2>
<% labelled_tabular_form_for :issue, @issue, :url => {:action => 'edit'} do |f| %>
<%= error_messages_for 'issue' %>