|
@@ -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}"/>
|