diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-11-04 17:58:26 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-11-04 17:58:26 +0000 |
| commit | d397b77e55d47ae4e0ead0443af4169747a8589b (patch) | |
| tree | e21ffedb57929001b093ccfc1920d17fb0c35780 /html/bloecke | |
| parent | a44cae4345721d33727fe23c713b6494ce10f80c (diff) | |
| download | xxv-d397b77e55d47ae4e0ead0443af4169747a8589b.tar.gz xxv-d397b77e55d47ae4e0ead0443af4169747a8589b.tar.bz2 | |
* html: avoid some warning from template if timer inactive
Diffstat (limited to 'html/bloecke')
| -rw-r--r-- | html/bloecke/tooltip.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/bloecke/tooltip.tmpl b/html/bloecke/tooltip.tmpl index 44788fa..a42a414 100644 --- a/html/bloecke/tooltip.tmpl +++ b/html/bloecke/tooltip.tmpl @@ -7,6 +7,6 @@ IF !ttp_offset;ttp_offset = 0;END %?> <a href="<?% IF link;link;ELSE;"#";END %?>"<?% IF eventid %?> onmouseover="ttpreq(this, '<?% escape(title) %?> - <?% IF subtitle.length > 0 %?>~<?% escape(subtitle) %?> + <?% IF subtitle && subtitle.length > 0 %?>~<?% escape(subtitle) %?> <?% END %?>',<?% eventid %?>, <?% ttp_offset %?>);" <?% END %?> > |
