mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
template: Hardcode text encoding (UTF-8 everywhere).
This commit is contained in:
parent
e5caf0b848
commit
16f19cf3be
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ document.language-code }}">
|
||||
<head>
|
||||
<meta charset="{{ document.text-encoding }}" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="author" content="{{ document.authors }}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ document.project }} Documentation — {{ document.title }}</title>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<article class="docs {{ document.type }}" lang="{{ document.language-code }}" charset="{{ document.text-encoding }}">
|
||||
<article class="docs {{ document.type }}" lang="{{ document.language-code }}" charset="utf-8">
|
||||
{{ template.styles }}
|
||||
{{ template.header }}
|
||||
{% if document.state contains "obsolete" %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user