Browse Source

fixed encoding problems on front page

lang_de
Stephan Richter 2 years ago
parent
commit
5d5a1faecf
  1. 2
      pom.xml
  2. 1
      static/templates/frontpage.st

2
pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.2.23</version>
<version>0.2.24</version>
<build>
<plugins>
<plugin>

1
static/templates/frontpage.st

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css" />
</head>
<body>

Loading…
Cancel
Save