summaryrefslogtreecommitdiff
path: root/rt/share/html/Elements/TitleBox
diff options
context:
space:
mode:
authormark <mark>2011-08-03 22:32:50 +0000
committermark <mark>2011-08-03 22:32:50 +0000
commitfaef4c382220dcda940e41b575aecee358d1e0c8 (patch)
treeb9b5c5bbfac2b30b440c2cbb626a089f38e5184f /rt/share/html/Elements/TitleBox
parenta6015842c134b8b1c65dba12a0da7e3794efaee3 (diff)
fix statistics report TitleBox, #13546
Diffstat (limited to 'rt/share/html/Elements/TitleBox')
-rw-r--r--rt/share/html/Elements/TitleBox3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/share/html/Elements/TitleBox b/rt/share/html/Elements/TitleBox
index bdc5a7a65..eb8da2a8f 100644
--- a/rt/share/html/Elements/TitleBox
+++ b/rt/share/html/Elements/TitleBox
@@ -45,7 +45,8 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+<&| /Widgets/TitleBox, %ARGS &><% $m->content |n%></&>
<%init>
# For compatibility with 3.4
-$m->comp('/Widgets/TitleBox', %ARGS );
+# $m->comp('/Widgets/TitleBox', %ARGS ); Doesn't actually work
</%init>