Forráskód Böngészése

详情页最上方浏览器显示标题后的行行符</br>替换成空

lidongxue 6 hónapja
szülő
commit
30cae1ba1f
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/main/resources/templates/theme/audit/details.html

+ 2 - 2
src/main/resources/templates/theme/audit/details.html

@@ -6,8 +6,8 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="keywords" th:content="${@module.get('sysConfig').SITE_KWD}">
     <meta name="description" th:content="${@module.get('sysConfig').SITE_DESC}">
-    <title th:if="${categoryName == null}" th:text="${article.title}"></title>
-    <title th:if="${categoryName != null}" th:text="${article.title}"></title>
+    <title th:if="${categoryName == null}" th:text="${#strings.replace(article.title, '</br>', '')}"></title>
+    <title th:if="${categoryName != null}" th:text="${#strings.replace(article.title, '</br>', '')}"></title>
     <link rel="stylesheet" th:href="@{/police/css/admin.css}"/>
     <link rel="stylesheet" th:href="@{/libs/carousel/css/carousel.css}"/>
     <link rel="stylesheet" th:href="@{/audit/layui/css/layui.css}"/>