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)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: peter.bittner, Assigned: Wurblzap)
Details
Attachments
(1 file)
|
920 bytes,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
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
| Assignee | ||
Comment 1•20 years ago
|
||
Using consistent notation.
| Assignee | ||
Updated•20 years ago
|
Severity: minor → trivial
Hardware: PC → All
Updated•20 years ago
|
Attachment #173151 -
Flags: review? → review+
Updated•20 years ago
|
Flags: approval?
Flags: approval2.18?
Target Milestone: --- → Bugzilla 2.18
Updated•20 years ago
|
Flags: approval?
Flags: approval2.18?
Flags: approval2.18+
Flags: approval+
Comment 2•20 years ago
|
||
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.
Description
•