From 03a33ea3a85f9f2ed158f678295b7605f2f9721a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 26 Jun 2005 21:02:49 +0000 Subject: [PATCH] bug [ 1108948 ] Cookie.py produces invalid code --- Lib/Cookie.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/Cookie.py b/Lib/Cookie.py index a6ca6545b7d..4661d7c3ffa 100644 --- a/Lib/Cookie.py +++ b/Lib/Cookie.py @@ -470,9 +470,9 @@ class Morsel(dict): def js_output(self, attrs=None): # Print javascript return """ - """ % ( self.OutputString(attrs), )