diff -r ef882e222003 -r 6674e52e20bf vendor/plugins/redmine_bibliography/app/views/publications/parse_bibtex.rjs
--- a/vendor/plugins/redmine_bibliography/app/views/publications/parse_bibtex.rjs
+++ b/vendor/plugins/redmine_bibliography/app/views/publications/parse_bibtex.rjs
@@ -1,4 +1,8 @@
-page.replace_html :ieee_prev, @ieee_prev
+if @bibtex_parse_success
+  page.insert_html :bottom, :ieee_prev, @ieee_prev
+  page.insert_html :top, :content, '<div class="flash notice">Successfully Parsed BibTeX</div>'
+else
+  page.insert_html :top, :content, '<div class="flash error">Error parsing BibTeX.</div>'
+end
 
-page.replace_html :error, flash[:error]
 flash.discard
\ No newline at end of file
