diff options
author | ivan <ivan> | 2010-12-29 03:36:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-29 03:36:43 +0000 |
commit | 5c06010256aa88b623aa806b5ecc5d429365db0d (patch) | |
tree | 9780312a88dd61a8546ae833cece19b083f29e66 /torrus/templates/default-rrd.html | |
parent | 4b1685d06af60d40ddf783cea4bdcef17cdaa84a (diff) |
torrus skinning improvements, RT#10574
Diffstat (limited to 'torrus/templates/default-rrd.html')
-rw-r--r-- | torrus/templates/default-rrd.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/torrus/templates/default-rrd.html b/torrus/templates/default-rrd.html index 7767f7d3c..e51c3c0c7 100644 --- a/torrus/templates/default-rrd.html +++ b/torrus/templates/default-rrd.html @@ -2,7 +2,7 @@ [% INCLUDE setdate %] [% parentComment = nodeParam(parent(token),'comment') %] [% IF parentComment; - INCLUDE htmlstart title='Graphs for ' _ xmlnorm(parentComment); + INCLUDE htmlstart title='Graphs for ' _ xmlnorm(parentComment) printpath=1; ELSE; INCLUDE htmlstart title='Graphs for ' _ path(token) printpath=1; END; |