Skip to content

Commit 7c7f24e

Browse files
committed
chore: line endings
1 parent 9cc75be commit 7c7f24e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

elgg-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'routes' => [
55
'target_blank:test' => [
66
'path' => '/target_blank/test',
7-
'resource' => 'target_blank/test',
8-
],
7+
'resource' => 'target_blank/test',
8+
],
99
],
1010
];

views/default/plugins/target_blank/settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
echo elgg_view_field([
66
'#type' => 'text',
7-
'#label' => elgg_echo('target_blank:settings:link_suffix'),
7+
'#label' => elgg_echo('target_blank:settings:link_suffix'),
88
'#help' => elgg_echo('target_blank:settings:link_suffix:info'),
99
'name' => 'params[link_suffix]',
10-
'value' => $plugin->link_suffix,
10+
'value' => $plugin->link_suffix,
1111
]);

0 commit comments

Comments
 (0)