Fix wrongly formatted template tag

master
Sven Slootweg 12 years ago
parent 01a261dd5a
commit 15d8ab11ce

@ -5,7 +5,7 @@
<link rel="stylesheet" href="../style.css">
</head>
<body>
<h1>?title</h1>
<h1>%(title)s</h1>
<a href="%(index)s" class="back">&lt;&lt; back to index</a>
<div class="main">
<h2>%(subject)s</h2>

Loading…
Cancel
Save