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/index/about.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/index/about.phtml')
| -rw-r--r-- | app/views/index/about.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index 14c6455b6..407d13ae9 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -1,5 +1,5 @@ <div class="post content"> - <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> <h1><?php echo _t('about_freshrss'); ?></h1> |
