From 1084075dc1855c386cb04d39c06aff5d98928746 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 15 Feb 2010 16:12:51 -0500 Subject: [PATCH] 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. --- ansel/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.11.0