Completed
Push — master ( 2a9f63...1e492e )
by
unknown
35:34
created
apps/settings/templates/settings/personal/development.notice.php 1 patch
Indentation   +58 added lines, -58 removed lines patch added patch discarded remove patch
@@ -13,73 +13,73 @@
 block discarded – undo
13 13
 	</p>
14 14
 	<p>
15 15
 		<?php print_unescaped(str_replace(
16
-			[
17
-				'{communityopen}',
18
-				'{githubopen}',
19
-				'{licenseopen}',
20
-				'{linkclose}',
21
-			],
22
-			[
23
-				'<a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer noopener">',
24
-				'<a href="https://github.com/nextcloud" target="_blank" rel="noreferrer noopener">',
25
-				'<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer noopener">',
26
-				'</a>',
27
-			],
28
-			$l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.')
29
-		)); ?>
16
+            [
17
+                '{communityopen}',
18
+                '{githubopen}',
19
+                '{licenseopen}',
20
+                '{linkclose}',
21
+            ],
22
+            [
23
+                '<a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer noopener">',
24
+                '<a href="https://github.com/nextcloud" target="_blank" rel="noreferrer noopener">',
25
+                '<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer noopener">',
26
+                '</a>',
27
+            ],
28
+            $l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.')
29
+        )); ?>
30 30
 	</p>
31 31
 
32 32
 	<p class="social-button">
33 33
 		<?php print_unescaped(str_replace(
34
-			[
35
-				'{facebookimage}',
36
-				'{ximage}',
37
-				'{blueskyimage}',
38
-				'{mastodonimage}',
39
-				'{rssimage}',
40
-				'{mailimage}',
41
-				'{facebookopen}',
42
-				'{xopen}',
43
-				'{blueskyopen}',
44
-				'{mastodonopen}',
45
-				'{rssopen}',
46
-				'{newsletteropen}',
47
-				'{linkclose}',
48
-				'{facebooktext}',
49
-				'{xtext}',
50
-				'{blueskytext}',
51
-				'{mastodontext}',
52
-				'{rsstext}',
53
-				'{mailtext}',
54
-			],
55
-			[
56
-				image_path('core', 'facebook-light.svg'),
57
-				image_path('core', 'x-dark.svg'),
58
-				image_path('core', 'bluesky-light.svg'),
59
-				image_path('core', 'mastodon-light.svg'),
60
-				image_path('core', 'rss.svg'),
61
-				image_path('core', 'mail.svg'),
62
-				'<a target="_blank" rel="noreferrer noopener" href="https://www.facebook.com/Nextclouders/">',
63
-				'<a target="_blank" rel="noreferrer noopener" href="https://x.com/nextclouders">',
64
-				'<a target="_blank" rel="noreferrer noopener" href="https://bsky.app/profile/nextcloud.bsky.social">',
65
-				'<a target="_blank" rel="noreferrer noopener" href="https://mastodon.xyz/@nextcloud">',
66
-				'<a target="_blank" rel="noreferrer noopener" href="https://nextcloud.com/blog/">',
67
-				'<a target="_blank" rel="noreferrer noopener" href="https://newsletter.nextcloud.com/?p=subscribe&amp;id=1">',
68
-				'</a>',
69
-				$l->t('Like our Facebook page'),
70
-				$l->t('Follow us on X'),
71
-				$l->t('Follow us on Bluesky'),
72
-				$l->t('Follow us on Mastodon'),
73
-				$l->t('Check out our blog'),
74
-				$l->t('Subscribe to our newsletter'),
34
+            [
35
+                '{facebookimage}',
36
+                '{ximage}',
37
+                '{blueskyimage}',
38
+                '{mastodonimage}',
39
+                '{rssimage}',
40
+                '{mailimage}',
41
+                '{facebookopen}',
42
+                '{xopen}',
43
+                '{blueskyopen}',
44
+                '{mastodonopen}',
45
+                '{rssopen}',
46
+                '{newsletteropen}',
47
+                '{linkclose}',
48
+                '{facebooktext}',
49
+                '{xtext}',
50
+                '{blueskytext}',
51
+                '{mastodontext}',
52
+                '{rsstext}',
53
+                '{mailtext}',
54
+            ],
55
+            [
56
+                image_path('core', 'facebook-light.svg'),
57
+                image_path('core', 'x-dark.svg'),
58
+                image_path('core', 'bluesky-light.svg'),
59
+                image_path('core', 'mastodon-light.svg'),
60
+                image_path('core', 'rss.svg'),
61
+                image_path('core', 'mail.svg'),
62
+                '<a target="_blank" rel="noreferrer noopener" href="https://www.facebook.com/Nextclouders/">',
63
+                '<a target="_blank" rel="noreferrer noopener" href="https://x.com/nextclouders">',
64
+                '<a target="_blank" rel="noreferrer noopener" href="https://bsky.app/profile/nextcloud.bsky.social">',
65
+                '<a target="_blank" rel="noreferrer noopener" href="https://mastodon.xyz/@nextcloud">',
66
+                '<a target="_blank" rel="noreferrer noopener" href="https://nextcloud.com/blog/">',
67
+                '<a target="_blank" rel="noreferrer noopener" href="https://newsletter.nextcloud.com/?p=subscribe&amp;id=1">',
68
+                '</a>',
69
+                $l->t('Like our Facebook page'),
70
+                $l->t('Follow us on X'),
71
+                $l->t('Follow us on Bluesky'),
72
+                $l->t('Follow us on Mastodon'),
73
+                $l->t('Check out our blog'),
74
+                $l->t('Subscribe to our newsletter'),
75 75
 
76
-			],
77
-			'{facebookopen}<img width="50" height="50" src="{facebookimage}" title="{facebooktext}" alt="{facebooktext}">{linkclose}
76
+            ],
77
+            '{facebookopen}<img width="50" height="50" src="{facebookimage}" title="{facebooktext}" alt="{facebooktext}">{linkclose}
78 78
 			{xopen}<img width="50" height="50" src="{ximage}" style="filter: var(--background-invert-if-dark);" title="{xtext}" alt="{xtext}">{linkclose}
79 79
 			{blueskyopen}<img width="50" height="50" src="{blueskyimage}" title="{blueskytext}" alt="{blueskytext}">{linkclose}
80 80
 			{mastodonopen}<img width="50" height="50" src="{mastodonimage}" title="{mastodontext}" alt="{mastodontext}">{linkclose}
81 81
 			{rssopen}<img width="50" height="50" src="{rssimage}" title="{rsstext}" alt="{rsstext}">{linkclose}
82 82
 			{newsletteropen}<img width="50" height="50" src="{mailimage}" title="{mailtext}" alt="{mailtext}">{linkclose}'
83
-		)); ?>
83
+        )); ?>
84 84
 	</p>
85 85
 </div>
Please login to merge, or discard this patch.