From: Michael J. Rubinsky Date: Mon, 15 Feb 2010 21:12:51 +0000 (-0500) Subject: Revert "Make sure we have send more then just the of the document" X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1084075dc1855c386cb04d39c06aff5d98928746;p=horde.git Revert "Make sure we have send more then just the of the document" Cr*p - this breaks redirects in the List view. Going to have to revisit the HTML output for all the views. addScriptFile and outputInlineScript seem to misbehave when used in conjection with output buffering. This reverts commit d02caf6b50f8d1b793bf4306e95dd4c89fda8ad3. --- diff --git a/ansel/view.php b/ansel/view.php index 5c6b653c0..1740fbbfc 100644 --- a/ansel/view.php +++ b/ansel/view.php @@ -46,7 +46,7 @@ try { $title = $view->getTitle(); require ANSEL_TEMPLATES . '/common-header.inc'; -require ANSEL_TEMPLATES . '/menu.inc'; $view_html = $view->html(); +require ANSEL_TEMPLATES . '/menu.inc'; echo $view_html; require $registry->get('templates', 'horde') . '/common-footer.inc';