From: <var...@us...> - 2010-06-25 11:56:11
|
Revision: 7573 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7573&view=rev Author: vargenau Date: 2010-06-25 11:56:05 +0000 (Fri, 25 Jun 2010) Log Message: ----------- Use "id" instead of "name" for <a> Modified Paths: -------------- trunk/lib/plugin/CreateToc.php Modified: trunk/lib/plugin/CreateToc.php =================================================================== --- trunk/lib/plugin/CreateToc.php 2010-06-25 11:52:55 UTC (rev 7572) +++ trunk/lib/plugin/CreateToc.php 2010-06-25 11:56:05 UTC (rev 7573) @@ -451,7 +451,7 @@ if ($extracollapse) $toclink = HTML(_("Table of Contents"), " ", - HTML::a(array('name'=>'TOC')), + HTML::a(array('id'=>'TOC')), HTML::img(array( 'id'=>$toctoggleid, 'class'=>'wikiaction', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |