From c0877b804cfd25c30c2f5f457630d220eb001a37 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 8 Jul 2010 11:48:48 -0700 Subject: Fix a template and POD bustage from the $$some_var Search.pm checkin. https://bugzilla.mozilla.org/show_bug.cgi?id=574556 --- template/en/default/global/user-error.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 3f7248c40..7a6aaa546 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1487,8 +1487,8 @@ [% ELSIF error == "search_field_operator_invalid" %] [% terms.Bugzilla %] does not support using the "[%+ field_descs.$field FILTER html %]" ([% field FILTER html %]) - field with the "[% search_descs.$operator %]" ([% operator FILTER html %]) - search type. + field with the "[% search_descs.$operator FILTER html %]" + ([% operator FILTER html %]) search type. [% ELSIF error == "series_already_exists" %] [% title = "Series Already Exists" %] -- cgit v1.2.3-24-g4f1b