X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/e4f65cee884c40d631209b5cbb711de161a2969a..0.7.4:/lib/catalog2dependencies.xslt

diff --git a/lib/catalog2dependencies.xslt b/lib/catalog2dependencies.xslt
index b1e54a1..4341dea 100644
--- a/lib/catalog2dependencies.xslt
+++ b/lib/catalog2dependencies.xslt
@@ -1,8 +1,12 @@
 <?xml version="1.0"?>
 <!--
+SPDX-FileCopyrightText: 2023, 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-License-Identifier: MPL-2.0
+-->
+<!--
 ⁌ ⛩️📰 书社 ∷ lib/catalog2dependencies.xslt
 
-© 2023 Lady [@ Lady’s Computer]
+© 2023–2024 Lady [@ Lady’s Computer].
 
 This Source Code Form is subject to the terms of the Mozilla Public License, v 2.0.
 If a copy of the M·P·L was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
@@ -98,7 +102,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
 			<text>&#xA;</text>
 			<for-each select="exsl:node-set($dependencies)/书社:recursive-dependency">
 				<text>&#x9;</text>
-				<text>!</text>
+				<text>-</text>
 				<value-of select="."/>
 				<text>&#xA;</text>
 			</for-each>