wubb 8 年 前
コミット
c06543e1d9
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  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>