diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-10 17:27:54 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-10 17:27:54 +0000 |
commit | ea1bd5606ce2da6075fc4344e30e81d074d4eb7c (patch) | |
tree | 8f7ec536b62aaed73f026bef53252a05be5474bf /profiles/default | |
parent | 5f40bd5becb4deb9663bdacae09b0847d569508a (diff) | |
download | brdo-ea1bd5606ce2da6075fc4344e30e81d074d4eb7c.tar.gz brdo-ea1bd5606ce2da6075fc4344e30e81d074d4eb7c.tar.bz2 |
#606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :)
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/default.info | 2 | ||||
-rw-r--r-- | profiles/default/default.install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default/default.info b/profiles/default/default.info index ccec0c991..100a6e1dc 100644 --- a/profiles/default/default.info +++ b/profiles/default/default.info @@ -8,7 +8,7 @@ dependencies[] = color dependencies[] = comment dependencies[] = dashboard dependencies[] = help -dependencies[] = image +dependencies[] = image dependencies[] = menu dependencies[] = path dependencies[] = taxonomy diff --git a/profiles/default/default.install b/profiles/default/default.install index 8b5267c16..05b54936b 100644 --- a/profiles/default/default.install +++ b/profiles/default/default.install @@ -209,7 +209,7 @@ function default_install() { 'machine_name' => 'tags', 'help' => $help, - ); + ); taxonomy_vocabulary_save($vocabulary); $instance = array( 'field_name' => 'taxonomy_' . $vocabulary->machine_name, |