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 --- userprefs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userprefs.cgi') 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 { -- cgit v1.2.3-24-g4f1b