|
From: <var...@us...> - 2009-10-17 11:42:35
|
Revision: 7213
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7213&view=rev
Author: vargenau
Date: 2009-10-17 11:42:25 +0000 (Sat, 17 Oct 2009)
Log Message:
-----------
Hack to get valid XHTML code in Monobook (but the result is still missing the menus)
Modified Paths:
--------------
trunk/lib/loadsave.php
Modified: trunk/lib/loadsave.php
===================================================================
--- trunk/lib/loadsave.php 2009-10-13 16:29:32 UTC (rev 7212)
+++ trunk/lib/loadsave.php 2009-10-17 11:42:25 UTC (rev 7213)
@@ -120,6 +120,12 @@
echo "</td></tr>\n";
echo "</table>\n";
}
+ if (isa($WikiTheme, 'WikiTheme_MonoBook')) {
+ echo "</div>\n";
+ echo "</div>\n";
+ echo "</div>\n";
+ echo "</div>\n";
+ }
echo "</body></html>\n";
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|