From: Michael J. Rubinsky Date: Mon, 15 Feb 2010 21:05:49 +0000 (-0500) Subject: Make sure we have send more then just the of the document X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d02caf6b50f8d1b793bf4306e95dd4c89fda8ad3;p=horde.git 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. --- 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';