summaryrefslogtreecommitdiffstats
path: root/template/en/default
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-01-08 08:58:21 +0100
committertimeless%mozdev.org <>2007-01-08 08:58:21 +0100
commit218456ce9ad18536b26e82ed1dcb9f47ca809d9b (patch)
tree483c7aa546616959e9f20149840c3721527481de /template/en/default
parent078186fcc61fee178dc959a8b28c651bf85bb03c (diff)
downloadbugzilla-218456ce9ad18536b26e82ed1dcb9f47ca809d9b.tar.gz
bugzilla-218456ce9ad18536b26e82ed1dcb9f47ca809d9b.tar.xz
Bug 365256 Period is on the wrong side of a bunch of other parentheses
r=lpsolit a=justdave
Diffstat (limited to 'template/en/default')
-rw-r--r--template/en/default/account/prefs/prefs.html.tmpl2
-rw-r--r--template/en/default/search/search-advanced.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl
index 7d5f11558..da1b489e8 100644
--- a/template/en/default/account/prefs/prefs.html.tmpl
+++ b/template/en/default/account/prefs/prefs.html.tmpl
@@ -23,7 +23,7 @@
[%# INTERFACE:
# tabs: List of hashes. May not be empty. Each hash has three members:
# name: string. Name of the tab (used internally.)
- # description: string. Description of the tab (used in tab title.)
+ # description: string. Description of the tab (used in tab title).
# saveable: boolean. True if tab has a form which can be submitted.
# True if user is not receiving self-generated mail.
# Note: For each tab name, a template "prefs/${tab.name}.tmpl" must exist,
diff --git a/template/en/default/search/search-advanced.html.tmpl b/template/en/default/search/search-advanced.html.tmpl
index c9cac7643..f3fb76bdd 100644
--- a/template/en/default/search/search-advanced.html.tmpl
+++ b/template/en/default/search/search-advanced.html.tmpl
@@ -54,7 +54,7 @@ var queryform = "queryform"
[% IF NOT cgi.param("help") %]
[% IF cgi.user_agent("Mozilla/5") %]
<script type="text/javascript"> <!--
- document.write("<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help<\/a> (reloads page.)<\/p>");
+ document.write("<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help<\/a> (reloads page).<\/p>");
// -->
</script>
[% END %]