Index: html/tiddlywiki.template.html
===================================================================
--- html/tiddlywiki.template.html	(revision 3565)
+++ html/tiddlywiki.template.html	(working copy)
@@ -85,9 +85,6 @@
 <!--@@posttiddlers@@-->
 </div>
 <!--POST-STOREAREA-->
-<!--POST-BODY-START-->
-<!--@@postbody@@-->
-<!--POST-BODY-END-->
 <script type="text/javascript">
 //<![CDATA[
 <!--@@prejs@@-->
@@ -104,7 +101,8 @@
 	document.write("<applet style='position:absolute;left:-1px' name='TiddlySaver' code='TiddlySaver.class' archive='TiddlySaver.jar' width='1' height='1'></applet>");
 //]]>
 </script>
-<!--POST-SCRIPT-START-->
-<!--POST-SCRIPT-END-->
+<!--POST-BODY-START-->
+<!--@@postbody@@-->
+<!--POST-BODY-END-->
 </body>
 </html>
Index: js/Lingo.js
===================================================================
--- js/Lingo.js	(revision 3565)
+++ js/Lingo.js	(working copy)
@@ -415,7 +415,7 @@
 	MarkupPreHead: "This tiddler is inserted at the top of the <head> section of the TiddlyWiki HTML file",
 	MarkupPostHead: "This tiddler is inserted at the bottom of the <head> section of the TiddlyWiki HTML file",
 	MarkupPreBody: "This tiddler is inserted at the top of the <body> section of the TiddlyWiki HTML file",
-	MarkupPostBody: "This tiddler is inserted at the end of the <body> section of the TiddlyWiki HTML file immediately before the script block",
+	MarkupPostBody: "This tiddler is inserted at the end of the <body> section of the TiddlyWiki HTML file",
 	OptionsPanel: "This shadow tiddler is used as the contents of the options panel slider in the right-hand sidebar",
 	PageTemplate: "The HTML template in this shadow tiddler determines the overall ~TiddlyWiki layout",
 	PluginManager: "This shadow tiddler provides access to the plugin manager",

