Update legacy doctype in docs/tricks

This commit is contained in:
Adam Johnson 2022-01-26 16:18:52 +00:00 committed by David Lord
parent 24d3215f06
commit b81feb86da
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8

View File

@ -26,7 +26,7 @@ basic skeleton is added to the file so that if it's indeed rendered with
`standalone` set to `True` a very basic HTML skeleton is added::
{% if not standalone %}{% extends 'default.html' %}{% endif -%}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!DOCTYPE html>
<title>{% block title %}The Page Title{% endblock %}</title>
<link rel="stylesheet" href="style.css" type="text/css">
{% block body %}