mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
html: charset
Avoid warning: The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.
This commit is contained in:
parent
8c4345da7d
commit
56a03add78
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
-->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<style>
|
||||
.error { color: red; }
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue