From 947e918f05d70d5dce4efa4ef403e593581c3fa9 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 28 Feb 2021 12:26:24 +0100 Subject: Travis: Enforce phpcs line length + whitespace (#3488) * Update Travis line length * Also check whitespace in CSS files * Fix line length ext.php * More syntax, string templates * Fix exclude-pattern * Test JS files as well --- app/views/user/details.phtml | 139 ++++++++++++++++++++++--------------------- 1 file changed, 70 insertions(+), 69 deletions(-) (limited to 'app/views/user/details.phtml') diff --git a/app/views/user/details.phtml b/app/views/user/details.phtml index b93cd4d72..582910285 100644 --- a/app/views/user/details.phtml +++ b/app/views/user/details.phtml @@ -5,82 +5,83 @@ details['enabled']; ?>
- + - username ?> -
- + username ?> + + -
- -
- details['mail_login'] ?> -
-
+
+ +
+ details['mail_login'] ?> +
+
-
- -
- details['language']}") ?> -
-
+
+ +
+ details['language']}") ?> +
+
-
- -
- details['feed_count']) ?> -
-
+
+ +
+ details['feed_count']) ?> +
+
-
- -
- details['article_count']) ?> -
-
+
+ +
+ details['article_count']) ?> +
+
-
- -
- details['database_size']) ?> -
-
+
+ +
+ details['database_size']) ?> +
+
-
- -
- details['last_user_activity'] ?> -
-
+
+ +
+ details['last_user_activity'] ?> +
+
-
- -
-
- /> - -
-

-
-
+
+ +
+
+ /> + +
+

+
+
-
- -
- - - - - - - - - - - - - -
-
- +
+ +
+ + + + + + + + + + + + + +
+
+
-- cgit v1.2.3