From 88e0ac4cb8bd8932005341e47ee7310a956366d7 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 13 Feb 2012 23:36:05 +0800 Subject: Bug 725923: backport bug 663835 to extend test coverage to extensions --- .../BMO/template/en/default/pages/etiquette.html.tmpl | 8 ++++---- .../template/en/default/pages/user_activity.html.tmpl | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'extensions/BMO/template/en/default/pages') diff --git a/extensions/BMO/template/en/default/pages/etiquette.html.tmpl b/extensions/BMO/template/en/default/pages/etiquette.html.tmpl index 8bccaea9d..23302cbb5 100644 --- a/extensions/BMO/template/en/default/pages/etiquette.html.tmpl +++ b/extensions/BMO/template/en/default/pages/etiquette.html.tmpl @@ -20,16 +20,16 @@ # Gervase Markham #%] -[% INCLUDE global/header.html.tmpl - title = "$terms.Bugzilla Etiquette" +[% PROCESS global/header.html.tmpl + title = "Bugzilla Etiquette" style = "li { margin: 5px } .heading { font-weight: bold }" %]

There's a number of faux pas you can commit when using - [% terms.Bugzilla %]. At the very + [%+ terms.Bugzilla %]. At the very least, these will make Mozilla contributors upset at you; if committed enough times they will cause those contributors to demand the disabling of your - [% terms.Bugzilla %] account. So, ignore this advice at your peril. + [%+ terms.Bugzilla %] account. So, ignore this advice at your peril.

diff --git a/extensions/BMO/template/en/default/pages/user_activity.html.tmpl b/extensions/BMO/template/en/default/pages/user_activity.html.tmpl index 6982148cd..3e6695484 100644 --- a/extensions/BMO/template/en/default/pages/user_activity.html.tmpl +++ b/extensions/BMO/template/en/default/pages/user_activity.html.tmpl @@ -144,7 +144,7 @@ [% END %] [% IF change.attachid %] - Attachment #[% change.attachid FILTER html %] @@ -164,7 +164,7 @@ [% END %]

- + Show as a [% terms.Bug %] List

@@ -204,16 +204,16 @@ [% BLOCK sort_when_link %] When [% END %] [% BLOCK sort_bug_link %] [% terms.Bug %] [% END %] -- cgit v1.2.3-24-g4f1b