diff options
author | lpsolit%gmail.com <> | 2005-07-26 21:36:13 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-26 21:36:13 +0000 |
commit | b9f1149d089594e3135a6b169ff6eef4ef4be52d (patch) | |
tree | c23e8abda515a363950d7decfb199e326f58fe64 /globals.pl | |
parent | Bug 184037: Add t/011pod.t to check POD syntax - Patch by Frédéric Buclin <... (diff) | |
download | bugzilla-b9f1149d089594e3135a6b169ff6eef4ef4be52d.tar.gz bugzilla-b9f1149d089594e3135a6b169ff6eef4ef4be52d.tar.bz2 bugzilla-b9f1149d089594e3135a6b169ff6eef4ef4be52d.zip |
Bug 298273: Marking duplicates misses 'Bug' before the number - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
Diffstat (limited to 'globals.pl')
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 780e85e0b..f8f070366 100644 --- a/globals.pl +++ b/globals.pl @@ -825,7 +825,7 @@ sub quoteUrls { "<a href=\"#c$4\">$1</a>") ~egox; - # Duplicate markers + # Old duplicate markers $text =~ s~(?<=^\*\*\*\ This\ bug\ has\ been\ marked\ as\ a\ duplicate\ of\ ) (\d+) (?=\ \*\*\*\Z) |