summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian-bug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-bug.el b/debian-bug.el
index b212fda..0341585 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -1814,7 +1814,7 @@ Only decodes if `rfc2047-decode-string' is available."
(setq bug-alist (cons (list bugnumber description) bug-alist))
(when bugs-are-open-flag
(when (and (re-search-forward
- "Reported by: <a class=\"submitter\" href=\"pkgreport.cgi\\?submitter=[^;]+;arch=source\">"
+ "Reported by: <a class=\"submitter\" href=\"pkgreport.cgi\\?submitter=[^\"]+\">"
nil t)
(or (looking-at "&quot;\\(.*\\)&quot; &lt;")
(looking-at "\\(.*\\) &lt;")