diff --git a/mozilla/webtools/graph/query.cgi b/mozilla/webtools/graph/query.cgi index e0db441d43b..cb77e48e847 100755 --- a/mozilla/webtools/graph/query.cgi +++ b/mozilla/webtools/graph/query.cgi @@ -182,6 +182,11 @@ sub show_graph { print "
  • \n"; print "Other tests that $TBOX is running"; print "
  • \n"; + + print "
  • \n"; + print "Print the raw data for this plot."; + print "
  • \n"; + print "";