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
|
||||
|
||||
page_jinja_template = """
|
||||
<DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Fedora People</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue