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 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>Widerhall</artifactId> <artifactId>Widerhall</artifactId>
<version>0.2.23</version> <version>0.2.24</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

1
static/templates/frontpage.st

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

Loading…
Cancel
Save