Page 1 of 1

Wiki page-template is buggy

Posted: Thu Nov 02, 2006 11:54 pm
by CirTap
Hi,

the Documenation Wiki "page template" contains two "mosHead" sections, that is the "content" of the regular element is rendered twice.
The second "head" appears in the middle of the page, and starts right before the jd_wiki component output inside a table cell.
It sits right between

Code: Select all

<div id="maincolumn">
  <table class="nopad">
       (2. html head)
  <h1 class="page_title">
       (wiki content goes here)
...


That "might" be the cause for the slow page load of the wiki pages, since this "head" (again) loads all the .css and (wiki) .js files; but that's just a blatant assumption, though.


Have fun,
CirTap

Re: Wiki page-template is buggy

Posted: Sat Nov 04, 2006 10:52 pm
by Predator
Will check this tomorrow, thanks for the report.

Re: Wiki page-template is buggy

Posted: Sun Nov 05, 2006 10:16 pm
by Predator
OK is fixed now.