wubb %!s(int64=8) %!d(string=hai) anos
pai
achega
c06543e1d9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/main/webapp/WEB-INF/views/portal/news/newsDetails.html

+ 2 - 2
src/main/webapp/WEB-INF/views/portal/news/newsDetails.html

@@ -201,9 +201,9 @@
 	<footer>
 		<div th:replace="common::copyright"></div>
 	</footer>
-	<script type="text/javascript" src="${portalHost + '/vendors.js'}"></script>
+	<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
 	<script type="text/javascript"
-		src="${portalHost + '/news/newsDetails.js'}"></script>
+		th:src="${portalHost + '/news/newsDetails.js'}"></script>
 </body>
 
 </html>