From de0164a42458362ef0132e28f014b42a51df0a28 Mon Sep 17 00:00:00 2001 From: vargenau Date: Wed, 30 Jan 2008 19:08:59 +0000 Subject: [PATCH] Valid HTML code: we need a div, it might contain a table git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5975 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/CachedMarkup.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/CachedMarkup.php b/lib/CachedMarkup.php index 888c793fc..c93b6b63e 100644 --- a/lib/CachedMarkup.php +++ b/lib/CachedMarkup.php @@ -1,5 +1,5 @@ * Copyright (C) 2004,2005,2006,2007 $ThePhpWikiProgrammingTeam * @@ -773,7 +773,8 @@ class Cached_PluginInvocation extends Cached_DynamicContent { if (isset($this->_tightenable)) { if ($this->_tightenable == 3) { - $span = HTML::span(array('class' => 'plugin'), $xml); + // We need a div here, it might contain a table + $span = HTML::div(array('class' => 'plugin'), $xml); if (!empty($id)) $span->setAttr('id', $id); return $span; @@ -811,6 +812,9 @@ class Cached_PluginInvocation extends Cached_DynamicContent { } // $Log: not supported by cvs2svn $ +// Revision 1.60 2007/09/15 12:28:46 rurban +// Improve multi-page format handling: abstract _DumpHtmlToDir. get rid of non-external pdf, non-global VALID_LINKS +// // Revision 1.59 2007/09/12 19:32:29 rurban // link only VALID_LINKS with pagelist HTML_DUMP // -- 2.45.0