Skip to content

Commit

Permalink
chore: line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Mar 27, 2019
1 parent 9cc75be commit 7c7f24e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'routes' => [
'target_blank:test' => [
'path' => '/target_blank/test',
'resource' => 'target_blank/test',
],
'resource' => 'target_blank/test',
],
],
];
4 changes: 2 additions & 2 deletions views/default/plugins/target_blank/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

echo elgg_view_field([
'#type' => 'text',
'#label' => elgg_echo('target_blank:settings:link_suffix'),
'#label' => elgg_echo('target_blank:settings:link_suffix'),
'#help' => elgg_echo('target_blank:settings:link_suffix:info'),
'name' => 'params[link_suffix]',
'value' => $plugin->link_suffix,
'value' => $plugin->link_suffix,
]);

0 comments on commit 7c7f24e

Please sign in to comment.