Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
page_title
Commits
1650b3a0
Commit
1650b3a0
authored
May 08, 2012
by
Nicholas Thompson
Browse files
Fixing minor coder error:
+771: [minor] There should be no trailing spaces
parent
d344be16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
page_title.module
page_title.module
+1
-1
No files found.
page_title.module
View file @
1650b3a0
...
...
@@ -768,7 +768,7 @@ function page_title_get_settings($flush = FALSE) {
// Get the settings from hook_page_title_settings().
$settings
=
module_invoke_all
(
'page_title_settings'
);
// For each setting, apply a "default" mask (this makes it easier to use
// later as we can assume presence)
foreach
(
$settings
as
$k
=>
$v
)
{
...
...
Write
Preview
Markdown
is supported
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