diff options
| author | 2014-10-05 19:12:52 +0200 | |
|---|---|---|
| committer | 2014-10-05 19:12:52 +0200 | |
| commit | aa8529b2d617137cc7500742090e5bb2246b8928 (patch) | |
| tree | 16d4e2c0832cbc247175747625beac119a5c8e4e /app/views/configure/reading.phtml | |
| parent | 65ab90d3c77085abe9eb259bd7780f648051d49d (diff) | |
Coding style (views)
Some files was not saved :s
See https://github.com/marienfressinaud/FreshRSS/issues/655
Diffstat (limited to 'app/views/configure/reading.phtml')
| -rw-r--r-- | app/views/configure/reading.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml index 7e4efc264..c8685acf3 100644 --- a/app/views/configure/reading.phtml +++ b/app/views/configure/reading.phtml @@ -1,9 +1,9 @@ -<?php $this->partial ('aside_configure'); ?> +<?php $this->partial('aside_configure'); ?> <div class="post"> - <a href="<?php echo _url ('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a> + <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a> - <form method="post" action="<?php echo _url ('configure', 'reading'); ?>"> + <form method="post" action="<?php echo _url('configure', 'reading'); ?>"> <legend><?php echo _t('reading_configuration'); ?></legend> <div class="form-group"> |
