summaryrefslogtreecommitdiff
path: root/modules/toolbar/toolbar.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/toolbar/toolbar.module')
-rw-r--r--modules/toolbar/toolbar.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module
index 55f89df12..0c050c8a1 100644
--- a/modules/toolbar/toolbar.module
+++ b/modules/toolbar/toolbar.module
@@ -32,7 +32,7 @@ function toolbar_theme($existing, $type, $theme, $path) {
/**
* Implement hook_page_build().
- *
+ *
* Add admin toolbar to the page_top region automatically.
*/
function toolbar_page_build(&$page) {
@@ -180,7 +180,7 @@ function toolbar_menu_navigation_links($tree) {
/**
* Checks whether an item is in the active trail.
*
- * Useful when using a menu generated by menu_tree_all_data() which does
+ * Useful when using a menu generated by menu_tree_all_data() which does
* not set the 'in_active_trail' flag on items.
*
* @todo