summaryrefslogtreecommitdiff
path: root/rt/share/html/Elements
diff options
context:
space:
mode:
authormark <mark>2011-08-03 22:32:58 +0000
committermark <mark>2011-08-03 22:32:58 +0000
commit3ad0080229de463ef00f26ce384729f3303360ad (patch)
tree31bef309fe040825f6409982916d222947a5b378 /rt/share/html/Elements
parent64f23bb7a8eafa94508477d5f276463fb188dd7d (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 1efb45a80..3082b5b90 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>