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
65c10ce5
Commit
65c10ce5
authored
Aug 03, 2007
by
JohnAlbin
Browse files
Made Page title field's maxlength be 255.
parent
dcea5969
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 @
65c10ce5
...
...
@@ -95,7 +95,7 @@ function page_title_form_alter($form_id, &$form) {
'#title'
=>
t
(
'Page title'
),
'#default_value'
=>
$form
[
'#node'
]
->
page_title
,
'#size'
=>
60
,
'#maxlength'
=>
127
,
'#maxlength'
=>
255
,
'#weight'
=>
-
4
,
);
}
...
...
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