summaryrefslogtreecommitdiff
path: root/rt/share/html/Elements
diff options
context:
space:
mode:
authormark <mark>2011-08-03 22:32:41 +0000
committermark <mark>2011-08-03 22:32:41 +0000
commita79954311d1af27cbd8cfd220d4a95449513c2a3 (patch)
treef3c3b05be3a4280764e5aa083db0374fc8ed26bf /rt/share/html/Elements
parent60c5769406c9d6f5badcdf955994bd0200332c11 (diff)
fix statistics report TitleBox, #13546
Diffstat (limited to 'rt/share/html/Elements')
-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>