From 76e07b905ca0f839c6e6de9d5e15bb38c67cc6df Mon Sep 17 00:00:00 2001 From: rurban Date: Sat, 20 Jan 2007 11:25:30 +0000 Subject: [PATCH] remove align git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5521 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/CreateToc.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/plugin/CreateToc.php b/lib/plugin/CreateToc.php index c988b7cc4..5d3e4b3af 100644 --- a/lib/plugin/CreateToc.php +++ b/lib/plugin/CreateToc.php @@ -1,5 +1,5 @@ getContent(); - $html = HTML::div(array('class' => 'toc','id'=>'toc','align' => $align)); + $html = HTML::div(array('class' => 'toc', 'id'=>'toc')); if ($liststyle == 'dl') $list = HTML::dl(array('id'=>'toclist','class' => 'toc')); elseif ($liststyle == 'ul') @@ -401,6 +401,9 @@ function toggletoc(a) { }; // $Log: not supported by cvs2svn $ +// Revision 1.31 2007/01/09 12:35:05 rurban +// Change align to position. Add extracollapse. js now always active, jshide just denotes the initial state. +// // Revision 1.30 2006/12/22 17:49:38 rurban // fix quoting // -- 2.45.0