[Rt-commit] rt branch, development, updated. 5551247be2e68fba2f6d8b6a77ff5d97065edc58
Thomas Sibley
trs at bestpractical.com
Mon Jul 19 15:32:47 EDT 2010
The branch, development has been updated
via 5551247be2e68fba2f6d8b6a77ff5d97065edc58 (commit)
from bacd0f1d9b6016eae01c2d618b0260599f53538c (commit)
Summary of changes:
share/html/Elements/Header | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 5551247be2e68fba2f6d8b6a77ff5d97065edc58
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Jul 19 15:34:19 2010 -0400
Messages belong inside <body> not outside
diff --git a/share/html/Elements/Header b/share/html/Elements/Header
index 78ae932..74d7e75 100755
--- a/share/html/Elements/Header
+++ b/share/html/Elements/Header
@@ -77,9 +77,9 @@
% $m->callback( %ARGS, callback_name => 'Head' );
</head>
-<% Jifty->web->render_messages %>
% Jifty->handler->stash->{'in_body'} = 1;
<body<% $id && qq[ id="comp-$id"] |n %>>
+<% Jifty->web->render_messages %>
% if ($show_bar) {
<& /Elements/Logo, %ARGS &>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list