From 6e462632790012ffdaad38da95eef48b1cdb34a0 Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 2 Dec 2003 19:01:59 +0000 Subject: [PATCH] Cleaner line break --- plugins/Sourceforge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Sourceforge.py b/plugins/Sourceforge.py index e28ea3548..4e00e5acd 100644 --- a/plugins/Sourceforge.py +++ b/plugins/Sourceforge.py @@ -105,8 +105,8 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp, plugins.Configurable): _reopts = re.I _infoRe = re.compile(r'(\d+)([^<]+)', _reopts) - _hrefOpts = '&set=custom&_assigned_to=0&_status=1&_category'\ - '=100&_group=100&order=artifact_id&sort=DESC' + _hrefOpts = '&set=custom&_assigned_to=0&_status=1&_category=100'\ + '&_group=100&order=artifact_id&sort=DESC' _resolution=re.compile(r'(Resolution): (.+?)',_reopts) _assigned=re.compile(r'(Assigned To): (.+?)', _reopts) _submitted = re.compile(r'(Submitted By):
([^<]+)', _reopts)