fix doctype declaration
This commit is contained in:
parent
f96cf2f26a
commit
aa421b4501
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import subprocess, os, hashlib, stat, grp
|
||||||
from jinja2 import Template
|
from jinja2 import Template
|
||||||
|
|
||||||
page_jinja_template = """
|
page_jinja_template = """
|
||||||
<DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Fedora People</title>
|
<title>Fedora People</title>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue