summaryrefslogtreecommitdiff
path: root/modules/page/page.module
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-03-09 10:19:16 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2003-03-09 10:19:16 +0000
commitc2866848d104c952245d36e703a568909a7565bc (patch)
tree6184344da069fc1b3d4ca5865ee834ad67370372 /modules/page/page.module
parenta3b25924bd0b0737f8c17139b7fc62656d729492 (diff)
downloadbrdo-c2866848d104c952245d36e703a568909a7565bc.tar.gz
brdo-c2866848d104c952245d36e703a568909a7565bc.tar.bz2
- Removing some trailing whitespace I forgot to clean up.
Diffstat (limited to 'modules/page/page.module')
-rw-r--r--modules/page/page.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/page/page.module b/modules/page/page.module
index 29c388914..7bc108dbc 100644
--- a/modules/page/page.module
+++ b/modules/page/page.module
@@ -138,7 +138,7 @@ function page_form(&$node, &$help, &$error) {
}
function page_validate(&$node) {
- if ($node->format && user_access("create php content")) {
+ if ($node->format && user_access("create php content")) {
// Do not filter PHP code, do not auto-extract a teaser
$node->teaser = $node->body;
}