Skip to content

Commit f92ab61

Browse files
Matthias Heymanslachiewicz
Matthias Heyman
authored andcommitted
Change site xml encoding to UTF-8 to fix visual-studio-code support
1 parent a71e02f commit f92ab61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="ISO-8859-1"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
33
<body>
44
<menu name="Overview">

0 commit comments

Comments
 (0)