diff -r 63f8c4f2cf67 -r 3d924264419a vendor/plugins/redmine_bibliography/app/views/projects/_bibliography_box.html.erb
--- a/vendor/plugins/redmine_bibliography/app/views/projects/_bibliography_box.html.erb
+++ b/vendor/plugins/redmine_bibliography/app/views/projects/_bibliography_box.html.erb
@@ -20,9 +20,7 @@
          <%= link_to_function "[Bibtex]", onclick="toggleBibtex(this)" -%> 
        </dd>
        <dd class="bibtex-textarea collapsed" style="display: none;">
-         <textarea> 
-           <%= publication.print_entry(:bibtex) -%>         
-         </textarea>         
+         <textarea readonly><%= publication.print_entry(:bibtex) -%></textarea>         
        </dd>
    <% end -%>
      </dl>
