summaryrefslogtreecommitdiff
path: root/rt/share/html/Widgets/TitleBoxStart
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Widgets/TitleBoxStart')
-rwxr-xr-xrt/share/html/Widgets/TitleBoxStart2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Widgets/TitleBoxStart b/rt/share/html/Widgets/TitleBoxStart
index 492cfab0b..0c0612988 100755
--- a/rt/share/html/Widgets/TitleBoxStart
+++ b/rt/share/html/Widgets/TitleBoxStart
@@ -49,7 +49,7 @@
<div class="titlebox-title<% $title_class ? " $title_class" : ''%>">
% if ($hideable) {
<span class="widget"><a href="#"
- onclick="return rollup('<%$tid%>');"
+ onclick="return rollup(<%$tid|n,j%>);"
title="Toggle visibility"></a>
</span>
% }