mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 365256 Period is on the wrong side of a bunch of other parentheses
r=lpsolit a=justdave
This commit is contained in:
parent
24f65c3664
commit
5a44df359f
@ -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&format=advanced'>Give me some help<\/a> (reloads page.)<\/p>");
|
||||
document.write("<p><a href='query.cgi?help=1&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 {
|
||||
|
Loading…
Reference in New Issue
Block a user