Fix PageTemplate reference in static template

This commit is contained in:
Jeremy Ruston
2012-07-13 22:57:13 +01:00
parent e0765ec700
commit b0cc508c56
+1 -1
View File
@@ -18,6 +18,6 @@ type: text/x-tiddlywiki-html
</div>
</head>
<body>
<<include "PageTemplate" text/html>>
<<include "$:/templates/PageTemplate" text/html>>
</body>
</html>