From 785a0424211118d5cc1e5dd3139ae9e81a0069ea Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Wed, 28 Oct 2020 22:53:50 +0100 Subject: [PATCH] added span in wrong place. should be correct now --- templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/layout.html b/templates/layout.html index 3015ae3..eed6639 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -177,7 +177,7 @@ function getCookie(name) { $(".name-elements").append("


  • Librarian(s): "+librarianstring+"
    Method: "+methodstring+"

  • "); } else if (extension=="pdf") { - $(".name-elements").append("The PDF cannot be displayed on mobile. Please download the file to see it."+"


  • Librarian(s): "+librarianstring+"
    Method: "+methodstring+"

    "); + $(".name-elements").append("
  • The PDF cannot be displayed on mobile. Please download the file to see it.

    Librarian(s): "+librarianstring+"
    Method: "+methodstring+"

    "); } else if ((extension=="mp3") || (extension=="wav") || (extension=="m4a")) { $(".name-elements").append("


  • Librarian(s): "+librarianstring+"
    Method: "+methodstring+"

  • "); @@ -228,7 +228,7 @@ var flag = true; $(".name-elements").append("


  • Librarian(s): "+librarianstring+"
    Method: "+methodstring+"

  • "); } else if (extension=="pdf") { - $(".name-elements").append("The PDF cannot be displayed on mobile. Please download the file to see it."+"


  • Librarian(s): "+librarianstring+"
    Method: "+methodstring+"

    "); + $(".name-elements").append("
  • The PDF cannot be displayed on mobile. Please download the file to see it.

    Librarian(s): "+librarianstring+"
    Method: "+methodstring+"

    "); } else if ((extension=="mp3") || (extension=="wav") || (extension=="m4a")) { $(".name-elements").append("


  • Librarian(s): "+librarianstring+"
    Method: "+methodstring+"

  • ");