From 218456ce9ad18536b26e82ed1dcb9f47ca809d9b Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 8 Jan 2007 07:58:21 +0000 Subject: Bug 365256 Period is on the wrong side of a bunch of other parentheses r=lpsolit a=justdave --- chart.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart.cgi') diff --git a/chart.cgi b/chart.cgi index 6fe310c84..1a080143a 100755 --- a/chart.cgi +++ b/chart.cgi @@ -75,7 +75,7 @@ my $series_id = $cgi->param('series_id'); # Because some actions are chosen by buttons, we can't encode them as the value # of the action param, because that value is localisation-dependent. So, we # encode it in the name, as "action-". Some params even contain the -# series_id they apply to (e.g. subscribe, unsubscribe.) +# series_id they apply to (e.g. subscribe, unsubscribe). my @actions = grep(/^action-/, $cgi->param()); if ($actions[0] && $actions[0] =~ /^action-([^\d]+)(\d*)$/) { $action = $1; -- cgit v1.2.3-24-g4f1b