Indent first line of HTML code.

This commit is contained in:
Sergio Martínez Portela 2022-05-07 18:35:18 +02:00
parent 225f701efb
commit 0696ffa075

View File

@ -226,8 +226,7 @@ def render(headline, doc):
def as_document(html):
return f"""
<!DOCTYPE html>
return f"""<!DOCTYPE html>
<html>
<head>
<link href="../static/style.css" rel="stylesheet"/>