summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/views
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2024-02-07 10:45:34 -0500
committerTres Seaver <tseaver@palladion.com>2024-02-07 10:45:34 -0500
commitccf288380adb995c88a3dabe77c94c24405e6f0b (patch)
treef12e31b31641f57a243022986a7ebe11980eb736 /docs/tutorials/wiki/src/views
parent151ebdc003a3a372017fdf73c14fbebcc550535d (diff)
downloadpyramid-ccf288380adb995c88a3dabe77c94c24405e6f0b.tar.gz
pyramid-ccf288380adb995c88a3dabe77c94c24405e6f0b.tar.bz2
pyramid-ccf288380adb995c88a3dabe77c94c24405e6f0b.zip
chore: sync w/ cookiecutter
Fix applied in this commit: https://github.com/Pylons/pyramid-cookiecutter-starter/commit/8b139f68b7a2a8036d59fcf1bf9df4f46e06349e
Diffstat (limited to 'docs/tutorials/wiki/src/views')
-rw-r--r--docs/tutorials/wiki/src/views/tutorial/templates/layout.pt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/src/views/tutorial/templates/layout.pt b/docs/tutorials/wiki/src/views/tutorial/templates/layout.pt
index 62d5f28aa..845ca151a 100644
--- a/docs/tutorials/wiki/src/views/tutorial/templates/layout.pt
+++ b/docs/tutorials/wiki/src/views/tutorial/templates/layout.pt
@@ -1,5 +1,5 @@
-<!DOCTYPE html metal:define-macro="layout">
-<html lang="${request.locale_name}">
+<!DOCTYPE html>
+<html lang="${request.locale_name}" metal:define-macro="layout">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">