From d02caf6b50f8d1b793bf4306e95dd4c89fda8ad3 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 15 Feb 2010 16:05:49 -0500 Subject: [PATCH] Make sure we have send more then just the of the document before we call Ansel_View#html so any inline script has somewhere to go. --- ansel/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansel/view.php b/ansel/view.php index 1740fbbfc..5c6b653c0 100644 --- a/ansel/view.php +++ b/ansel/view.php @@ -46,7 +46,7 @@ try { $title = $view->getTitle(); require ANSEL_TEMPLATES . '/common-header.inc'; -$view_html = $view->html(); require ANSEL_TEMPLATES . '/menu.inc'; +$view_html = $view->html(); echo $view_html; require $registry->get('templates', 'horde') . '/common-footer.inc'; -- 2.11.0