Adding alt text to img src tag.

git-svn-id: svn://10.0.0.236/trunk@110069 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
2001-12-08 03:09:41 +00:00
parent 2a73bc06a1
commit ee4917a617

View File

@@ -86,7 +86,7 @@ sub show_graph {
# graph
print "<img src=\"graph.cgi?tbox=$TBOX&testname=$TESTNAME&autoscale=$AUTOSCALE&days=$DAYS&units=$UNITS\">";
print "<img src=\"graph.cgi?tbox=$TBOX&testname=$TESTNAME&autoscale=$AUTOSCALE&days=$DAYS&units=$UNITS\" alt=\"$TBOX $TESTNAME graph\">";
}
if(!$TESTNAME) {