diff -r 40e82f170353 -r 637ee26ae557 plugins/redmine_bibliography/app/views/publications/edit.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/edit.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/edit.html.erb
@@ -24,7 +24,7 @@
 
 <h2><%=l(:label_publication_show)%></h2>
 
-<%= labelled_form_for @publication, :url => { :project_id  => @project, :action => :update } do |f| -%>
+<%= form_for @publication, :url => { :project_id  => @project, :action => :update } do |f| -%>
 
     <%= render :partial => 'form', :locals => { :f => f }  %>
 
