Skip to content

Commit f8ff5e3

Browse files
committed
XML headers normalized
1 parent 48b4768 commit f8ff5e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/puzzles.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
* SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
44
* SPDX-License-Identifier: MIT

assets/puzzles.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
* SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
44
* SPDX-License-Identifier: MIT

assets/puzzles_json.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
* SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
44
* SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)