fix doctype declaration

This commit is contained in:
Chaoyi Zha 2016-02-23 21:06:08 +00:00
parent f96cf2f26a
commit aa421b4501

View file

@ -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>