From 10cddd917072b9d148b30c7561db34b0133695f4 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 26 Aug 2010 06:13:21 +0000 Subject: [PATCH] dashboard subscription fix --- rt/share/html/Elements/Header | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rt/share/html/Elements/Header b/rt/share/html/Elements/Header index d970ac52f..72e3e7220 100755 --- a/rt/share/html/Elements/Header +++ b/rt/share/html/Elements/Header @@ -45,14 +45,14 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -<% include( '/elements/header.html', { +<& /elements/header.html, { 'title' => $Title, 'head' => $head, 'etc' => $etc, 'nobr' => 1, 'nocss' => 1, - }) |n -%> + } +&> <%INIT> $r->headers_out->{'Pragma'} = 'no-cache'; $r->headers_out->{'Cache-control'} = 'no-cache'; -- 2.11.0