potcasse: index.html output is now utf-8 compliant. - potcasse - Podcast public… | |
git clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 728482a46d2356bedfadd0aff85bd6dcee6e8684 | |
parent cd56cc42092d251f5d84f6481209792fa12605b5 | |
Author: Solene Rapenne <[email protected]> | |
Date: Tue, 20 Jul 2021 23:38:18 +0200 | |
potcasse: index.html output is now utf-8 compliant. | |
Diffstat: | |
M potcasse | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/potcasse b/potcasse | |
@@ -89,6 +89,7 @@ EOF | |
<html lang="${LANGUAGE}"> | |
<head> | |
<title>${TITLE}</title> | |
+ <meta charset="utf-8" /> | |
</head> | |
<body> | |
<h1>Podcast episodes- ${TITLE}</h1> |