diff --git a/templates/apiSearch/index.html.twig b/templates/apiSearch/index.html.twig index dd5e0e8..1f9c6d2 100644 --- a/templates/apiSearch/index.html.twig +++ b/templates/apiSearch/index.html.twig @@ -6,7 +6,7 @@
Nombres de pages : {{ book.volumeInfo.pageCount }}
-Description : {{ book.searchInfo.textSnippet }}
+Description : {{ book.searchInfo.textSnippet | raw }}
{% endif %}