From 271ff69b287195b1f4fcdcd4d3c59bc472fbdc9c Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Wed, 16 Aug 2017 18:12:23 +0200 Subject: [PATCH] Remove whitespace from modal --- journals/templates/journals/_publication_details.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/journals/templates/journals/_publication_details.html b/journals/templates/journals/_publication_details.html index 55adae3bb..18ac3257d 100644 --- a/journals/templates/journals/_publication_details.html +++ b/journals/templates/journals/_publication_details.html @@ -38,11 +38,7 @@ <span aria-hidden="true">×</span> </button> </div> - <div> - <pre> - <code>{{publication.BiBTeX_entry|linebreaks}}</code> - </pre> - </div> + <div><pre><code>{{publication.BiBTeX_entry|linebreaksbr}}</code></pre></div> </div> </div> </div> -- GitLab