From: <var...@us...> - 2010-09-21 07:45:19
|
Revision: 7705 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7705&view=rev Author: vargenau Date: 2010-09-21 07:45:12 +0000 (Tue, 21 Sep 2010) Log Message: ----------- If you display an old revision of a page, the Table of Contents will not be correct. The Table of Contents will be taken from the last saved revision: fixed Modified Paths: -------------- trunk/pgsrc/Help%2FCreateTocPlugin Modified: trunk/pgsrc/Help%2FCreateTocPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateTocPlugin 2010-09-21 07:08:56 UTC (rev 7704) +++ trunk/pgsrc/Help%2FCreateTocPlugin 2010-09-21 07:45:12 UTC (rev 7705) @@ -1,4 +1,4 @@ -Date: Mon, 20 Sep 2010 18:07:40 +0000 +Date: Tue, 21 Sep 2010 09:44:16 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -144,7 +144,6 @@ ** an image, ** or a ~~. * If you preview the page, the Table of Contents will not be correct if you modified headers. The Table of Contents will be taken from the last saved revision. -* If you display an old revision of a page, the Table of Contents will not be correct. The Table of Contents will be taken from the last saved revision. <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |