diff options
| author | 2014-01-25 23:44:36 +0100 | |
|---|---|---|
| committer | 2014-01-25 23:44:36 +0100 | |
| commit | 3930235b1868a10aeefb88e9e860cec0a4a604d3 (patch) | |
| tree | 42419597c6cafe08e52179b20ab003a7decd2f90 /app/views | |
| parent | bd6a7606c0d2364fd472f7903260a72f37b31f3b (diff) | |
indexController : Charge les DAO uniquement lorsque nécessaire
Poursuit le raisonnement de
https://github.com/marienfressinaud/FreshRSS/commit/bd6a7606c0d2364fd472f7903260a72f37b31f3b
Petites corrections
https://github.com/marienfressinaud/FreshRSS/issues/90
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/index/stats.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/stats.phtml b/app/views/index/stats.phtml index b1f0b8eb3..e531a31dc 100644 --- a/app/views/index/stats.phtml +++ b/app/views/index/stats.phtml @@ -8,7 +8,7 @@ <table> <thead> <tr> - <th> </th> + <th> </th> <th><?php echo Minz_Translate::t ('main_stream')?></th> <th><?php echo Minz_Translate::t ('all_feeds')?></th> </tr> |
