[pulseaudio-commits] [Git][pulseaudio/pavucontrol][master] README: Fix charset
PulseAudio Marge Bot (@pulseaudio-merge-bot)
gitlab at gitlab.freedesktop.org
Sun Aug 15 19:13:27 UTC 2021
PulseAudio Marge Bot pushed to branch master at PulseAudio / pavucontrol
Commits:
e49a10d0 by Tanu Kaskinen at 2021-08-15T22:09:24+03:00
README: Fix charset
I noticed that "Norwegian Bokmål" didn't render correctly in the
browser. Just fixing the xml declaration didn't help, I had to add the
meta element for declaring the charset.
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/merge_requests/65>
- - - - -
1 changed file:
- doc/README.html.in
Changes:
=====================================
doc/README.html.in
=====================================
@@ -1,8 +1,9 @@
-<?xml version="1.0" encoding="iso-8859-1"?> <!-- -*-html-helper-*- -->
+<?xml version="1.0" encoding="utf-8"?> <!-- -*-html-helper-*- -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+<meta charset="utf-8" />
<title>PulseAudio Volume Control @PACKAGE_VERSION@</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/commit/e49a10d06f5f66a5a3307fd209bce20af3ee0ef7
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/commit/e49a10d06f5f66a5a3307fd209bce20af3ee0ef7
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20210815/e7d9e1a8/attachment-0001.htm>
More information about the pulseaudio-commits
mailing list