From e3bdbb5415c1d979dc923b188f4697fbcaee89aa Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 15 Nov 2006 02:30:53 +0000 Subject: Bug 115650: No TITLE attribute on buglinks on process_bug.cgi - Patch by victory(_RSZ_) r=LpSolit a=justdave --- template/en/default/bug/process/midair.html.tmpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'template/en/default/bug/process/midair.html.tmpl') diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index 620744bf7..b66be2ca7 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -45,7 +45,9 @@

Mid-air collision detected!

- Someone else has made changes to this [% terms.bug %] at the same time you were trying to. + Someone else has made changes to + [%+ "$terms.bug $bug_id" FILTER bug_link(bug_id) FILTER none %] + at the same time you were trying to. The changes made were:

@@ -83,8 +85,8 @@ You have the following choices:
  • - Throw away my changes, - and revisit [% terms.bug %] [%+ bug_id %] + Throw away my changes, and + [%+ "revisit $terms.bug $bug_id" FILTER bug_link(bug_id) FILTER none %]
  • -- cgit v1.2.3-24-g4f1b