User talk:Barre/MediaWiki/Extensions/kw site map: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
It seems that Site Map does not work correctly under 1.5RC4. Everytime I include the "author" parameter within the tag the page will not be displayed at all. The browser window is completely blank. | It seems that Site Map does not work correctly under 1.5RC4. Everytime I include the "author" parameter within the tag the page will not be displayed at all. The browser window is completely blank. | ||
There is a tiny typo in kwSiteMap.php line 308: there has to be a % sign | |||
<pre> | |||
$output .= | |||
"<table width='100%'><tr valign='top'><td width='$col_width'><ul>"; | |||
^-- | |||
</pre> |
Latest revision as of 16:16, 25 December 2005
It seems that Site Map does not work correctly under 1.5RC4. Everytime I include the "author" parameter within the tag the page will not be displayed at all. The browser window is completely blank.
There is a tiny typo in kwSiteMap.php line 308: there has to be a % sign
$output .= "<table width='100%'><tr valign='top'><td width='$col_width'><ul>"; ^--