diff options
author | ivan <ivan> | 2004-03-12 12:11:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-03-12 12:11:58 +0000 |
commit | c13536bec93ca007d6b339dfbc7edc81ae58c082 (patch) | |
tree | 85f0a8194aff0bd6255b13561a7629d3a082ce02 /httemplate/graph | |
parent | bd4d69496e5e122cf65e246e9be95d1d8555e9f3 (diff) |
fix title
Diffstat (limited to 'httemplate/graph')
-rw-r--r-- | httemplate/graph/money_time.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi index 14af0f246..e5903168d 100644 --- a/httemplate/graph/money_time.cgi +++ b/httemplate/graph/money_time.cgi @@ -16,7 +16,7 @@ my $emonth = $cgi->param('emonth') || $curmon+1; <HTML> <HEAD> - <TITLE>Graphing monetary values over time</TITLE> + <TITLE>Sales, Credits and Receipts Summary</TITLE> </HEAD> <BODY BGCOLOR="#e8e8e8"> <IMG SRC="money_time-graph.cgi?<%= $cgi->query_string %>" WIDTH="976" HEIGHT="384"> |