Skip to content
Snippets Groups Projects
Commit b55b2f18 authored by Paul Reeves's avatar Paul Reeves Committed by Lachlan Ennis
Browse files

Issue #2748635 by aburke626, reevo: Code Standards Cleanup

parent 968551b7
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ function extlink_admin_settings() {
array(
'path' => drupal_get_path('module', 'extlink') . '/extlink.png',
'alt' => t('External Links icon'),
),
)
),
)),
);
......@@ -79,7 +79,7 @@ function extlink_admin_settings() {
array(
'path' => drupal_get_path('module', 'extlink') . '/mailto.png',
'alt' => t('Email links icon'),
),
)
),
)),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment