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.
