summaryrefslogtreecommitdiffstats
path: root/chart.cgi
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-01-08 08:58:21 +0100
committertimeless%mozdev.org <>2007-01-08 08:58:21 +0100
commit218456ce9ad18536b26e82ed1dcb9f47ca809d9b (patch)
tree483c7aa546616959e9f20149840c3721527481de /chart.cgi
parent078186fcc61fee178dc959a8b28c651bf85bb03c (diff)
downloadbugzilla-218456ce9ad18536b26e82ed1dcb9f47ca809d9b.tar.gz
bugzilla-218456ce9ad18536b26e82ed1dcb9f47ca809d9b.tar.xz
Bug 365256 Period is on the wrong side of a bunch of other parentheses
r=lpsolit a=justdave
Diffstat (limited to 'chart.cgi')
-rwxr-xr-xchart.cgi2
1 files changed, 1 insertions, 1 deletions
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-<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;