Explorar o código

Mauvaise balise

François Drouhard %!s(int64=3) %!d(string=hai) anos
pai
achega
6c8a90671d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      templates/videotheque/liste.html.twig

+ 1 - 1
templates/videotheque/liste.html.twig

@@ -105,7 +105,7 @@
 						</td>
 					{% endif %}
 					<td>
-						<a href="{{ path('videotheque_voirfilm', {'id': film.id}) }}>"<span data-toggle="tooltip" data-placement="right" title="{{ film.information }}">{{ film.titre }}</span></a>
+						<a href="{{ path('videotheque_voirfilm', {'id': film.id}) }}"><span data-toggle="tooltip" data-placement="right" title="{{ film.information }}">{{ film.titre }}</span></a>
 						{% if film.new %}<span class="badge badge-light">New</span>{% endif %}
 						{% if film.nbComs %}<span class="badge badge-light" data-toggle="tooltip" data-original-title="{{ film.nbComs }} commentaire(s)">{{ film.nbComs }}</span>{% endif %}