diff options
Diffstat (limited to 'pages/tooltip.ecpp')
-rw-r--r-- | pages/tooltip.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/tooltip.ecpp b/pages/tooltip.ecpp index 8dedc49..a52eb7b 100644 --- a/pages/tooltip.ecpp +++ b/pages/tooltip.ecpp @@ -23,7 +23,7 @@ value[]; <%args> text; </%args> - onmouseover="domTT_activate(this, event, 'predefined', 'tipHint', 'content', '<$ text $>');" +<%cpp> { </%cpp> onmouseover="domTT_activate(this, event, 'predefined', 'tipHint', 'content', '<$ text $>');" <%cpp> } </%cpp> </%def> <%def info> |