quote change

bookshelf_change
Marshall 2020-05-25 17:55:57 -04:00
parent 0306d46608
commit 5cf53f17c0
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ class BookshelfSearchPage (SearchPage):
if len (os.query):
sql.fulltext ('bookshelves.tsvec', os.query)
os.title = _("<a href='ebooks/bookshelf/'>Bookshelves</a>: {bookshelf}").format (bookshelf = os.query)
os.title = _("<a href=\"ebooks/bookshelf/\">Bookshelves</a>: {bookshelf}").format (bookshelf = os.query)
class AuthorPage (SearchPage):