diff options
| author | ivan <ivan> | 2010-08-26 06:13:21 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2010-08-26 06:13:21 +0000 | 
| commit | 10cddd917072b9d148b30c7561db34b0133695f4 (patch) | |
| tree | b1d6cbcea742f7c658f22bb179967d9715a78403 | |
| parent | 96c38c27a3c07728fbb116acd16bfed026771376 (diff) | |
dashboard subscription fix
| -rwxr-xr-x | rt/share/html/Elements/Header | 6 | 
1 files 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';  | 
