From 66c73a96ac2dda076bcfe0dc0a1ca2a7e169149d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 18:19:23 +0200 Subject: first try to set indention limit at 80 characters in php --- templates/part.settings.php | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'templates/part.settings.php') diff --git a/templates/part.settings.php b/templates/part.settings.php index 890eb0d2b..00b7b79aa 100644 --- a/templates/part.settings.php +++ b/templates/part.settings.php @@ -13,28 +13,34 @@

@@ -51,7 +57,8 @@ class="icon-upload svg button-icon-label" news-trigger-click="#opml-upload" ng-class="{'entry-loading': Settings.isOPMLImporting}" - ng-disabled="Settings.isOPMLImporting || Settings.isArticlesImporting"> + ng-disabled= + "Settings.isOPMLImporting || Settings.isArticlesImporting">

- t('Error when importing: file does not contain valid OPML')); ?> + t('Error when importing: file does not contain valid OPML') + ); ?>

@@ -84,11 +93,13 @@ -
@@ -101,7 +112,9 @@

- t('Error when importing: file does not contain valid JSON')); ?> + t('Error when importing: file does not contain valid JSON') + ); ?>

-- cgit v1.2.3