Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
f8937cce
Commit
f8937cce
authored
Jul 25, 2020
by
Sympa authors
Committed by
IKEDA Soji
Jul 25, 2020
Browse files
tidyall.
parent
cb8fca62
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/ConfDef.pm
View file @
f8937cce
...
...
@@ -57,8 +57,8 @@ sub _filter {
my
$pnames
=
shift
||
[]
;
return
map
{
my
$item
=
$pinfo
->
{
$_
};
my
$name
=
join
'
.
',
@$pnames
,
$_
;
my
$item
=
$pinfo
->
{
$_
};
my
$name
=
join
'
.
',
@$pnames
,
$_
;
my
@ret
;
if
(
ref
$item
->
{
format
}
eq
'
HASH
')
{
...
...
src/lib/Sympa/WWW/Tools.pm
View file @
f8937cce
...
...
@@ -721,7 +721,8 @@ sub _get_css_url {
my
$param
=
{};
foreach
my
$p
(
grep
{
/_color\z/
or
/\Acolor_/
or
/_url\z/
}
map
{
$_
->
{
name
}
}
grep
{
not
$_
->
{
obsolete
}
and
$_
->
{
name
}
}
@
Sympa::ConfDef::
params
map
{
$_
->
{
name
}
}
grep
{
not
$_
->
{
obsolete
}
and
$_
->
{
name
}
}
@
Sympa::ConfDef::
params
)
{
$param
->
{
$p
}
=
Conf::
get_robot_conf
(
$robot
,
$p
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment