1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

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

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>