From 65ab90d3c77085abe9eb259bd7780f648051d49d Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 5 Oct 2014 19:11:43 +0200 Subject: Coding style (views) See https://github.com/marienfressinaud/FreshRSS/issues/655 --- app/views/helpers/feed/update.phtml | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'app/views/helpers/feed') diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index 9235752c3..d79ef2666 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -1,28 +1,28 @@
-

feed->name (); ?>

+

feed->name(); ?>

- +
-

feed->description (); ?>

+

feed->description(); ?>

- feed->nbEntries (); ?> + feed->nbEntries(); ?> - feed->inError ()) { ?> + feed->inError()) { ?>

-
+
- +
@@ -35,8 +35,8 @@
- - + +
@@ -44,11 +44,11 @@
- - + +
- +
@@ -56,8 +56,8 @@
@@ -67,7 +67,7 @@
@@ -78,7 +78,7 @@
@@ -89,7 +89,7 @@
@@ -129,12 +129,12 @@
- +
- feed->httpAuth (false); ?> + feed->httpAuth(false); ?>
@@ -159,7 +159,7 @@
- +
-- cgit v1.2.3