projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11e81f
)
Make sure we have send more then just the <HEAD> of the document
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 15 Feb 2010 21:05:49 +0000
(16:05 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 15 Feb 2010 21:06:56 +0000
(16:06 -0500)
before we call Ansel_View#html so any inline script has somewhere to
go.
ansel/view.php
patch
|
blob
|
history
diff --git
a/ansel/view.php
b/ansel/view.php
index
1740fbb
..
5c6b653
100644
(file)
--- 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';