Closed Bug 280747 Opened 20 years ago Closed 20 years ago

Syntax for terms in variables.none.tmpl not fully correct (= signs instead of => signs)

Categories

(Bugzilla :: Bugzilla-General, defect)

defect
Not set
trivial

Tracking

()

RESOLVED FIXED
Bugzilla 2.18

People

(Reporter: peter.bittner, Assigned: Wurblzap)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20041122 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20041122 Firefox/1.0

The file template/en/default/global/variables.none.tmpl contains the terms array
(or so), and the syntax in there should be something like

  ...
  "key1" => "value1",
  "key2" => "value2",
  ...

In fact in this file only the first twi items use this syntax, the rest looks like

  ...
  "key3" = "value3",
  "key4" = "value4",
  ...

which is obviously a valid way to do assignments in template files (Bugzilla
works even though), it is not the notation used generally (and probably really a
mistake).


Reproducible: Always

Steps to Reproduce:
Look into file template/en/default/global/variables.none.tmpl
Actual Results:  
see the content

Expected Results:  
use => notation
Attached patch PatchSplinter Review
Using consistent notation.
Assignee: general → wurblzap
Status: UNCONFIRMED → ASSIGNED
Attachment #173151 - Flags: review?
Severity: minor → trivial
Hardware: PC → All
Attachment #173151 - Flags: review? → review+
Flags: approval?
Flags: approval2.18?
Target Milestone: --- → Bugzilla 2.18
Flags: approval?
Flags: approval2.18?
Flags: approval2.18+
Flags: approval+
2.18:
Checking in template/en/default/global/variables.none.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/variables.none.tmp
l,v  <--  variables.none.tmpl
new revision: 1.1.2.1; previous revision: 1.1
done

Tip:
Checking in template/en/default/global/variables.none.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/variables.none.tmp
l,v  <--  variables.none.tmpl
new revision: 1.2; previous revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: