diff options
author | timeless%mozdev.org <> | 2007-01-08 08:58:21 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:58:21 +0100 |
commit | 218456ce9ad18536b26e82ed1dcb9f47ca809d9b (patch) | |
tree | 483c7aa546616959e9f20149840c3721527481de /userprefs.cgi | |
parent | 078186fcc61fee178dc959a8b28c651bf85bb03c (diff) | |
download | bugzilla-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 'userprefs.cgi')
-rwxr-xr-x | userprefs.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi index 8e4cf5576..564057ee8 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -39,7 +39,7 @@ local our $vars = {}; ############################################################################### # Each panel has two functions - panel Foo has a DoFoo, to get the data # necessary for displaying the panel, and a SaveFoo, to save the panel's -# contents from the form data (if appropriate.) +# contents from the form data (if appropriate). # SaveFoo may be called before DoFoo. ############################################################################### sub DoAccount { |