summaryrefslogtreecommitdiff
path: root/torrus/templates/default-rrd.html
diff options
context:
space:
mode:
Diffstat (limited to 'torrus/templates/default-rrd.html')
-rw-r--r--torrus/templates/default-rrd.html2
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;