Commit 218456ce authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 365256 Period is on the wrong side of a bunch of other parentheses

r=lpsolit a=justdave
parent 078186fc
......@@ -75,7 +75,7 @@ my $series_id = $cgi->param('series_id');
# Because some actions are chosen by buttons, we can't encode them as the value
# of the action param, because that value is localisation-dependent. So, we
# encode it in the name, as "action-<action>". Some params even contain the
# series_id they apply to (e.g. subscribe, unsubscribe.)
# series_id they apply to (e.g. subscribe, unsubscribe).
my @actions = grep(/^action-/, $cgi->param());
if ($actions[0] && $actions[0] =~ /^action-([^\d]+)(\d*)$/) {
$action = $1;
......
......@@ -45,7 +45,7 @@ use Bugzilla::Product;
use Bugzilla::Field;
# Turn off output buffering (probably needed when displaying output feedback
# in the regenerate mode.)
# in the regenerate mode).
$| = 1;
# Tidy up after graphing module
......
......@@ -742,7 +742,7 @@
<listitem>
<para>Fill out the "Component" field, a short "Description",
the "Default Assignee" and "Default QA Contact" (if enabled.)
the "Default Assignee" and "Default QA Contact" (if enabled).
The Component and Description fields may contain HTML;
the "Default Assignee" field must be a login name
already existing in the database.
......
......@@ -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,
......
......@@ -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 %]
......
......@@ -39,7 +39,7 @@ local our $vars = {};
###############################################################################
# Each panel has two functions - panel Foo has a DoFoo, to get the data
# necessary for displaying the panel, and a SaveFoo, to save the panel's
# contents from the form data (if appropriate.)
# contents from the form data (if appropriate).
# SaveFoo may be called before DoFoo.
###############################################################################
sub DoAccount {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment