diff options
author | VirtualTam <virtualtam@flibidi.net> | 2016-08-13 14:22:22 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 14:29:52 +0100 |
commit | 6aa08e74bcd528607cb0fed448cc885709f214fe (patch) | |
tree | 15c489d04b714e823b788a3614acc1d1daf33e5a /application/Router.php | |
parent | c019d62970a5b618f44ac858b990b573645bd714 (diff) | |
download | Shaarli-6aa08e74bcd528607cb0fed448cc885709f214fe.tar.gz Shaarli-6aa08e74bcd528607cb0fed448cc885709f214fe.tar.zst Shaarli-6aa08e74bcd528607cb0fed448cc885709f214fe.zip |
Fix: add missing final newlines, untabify text
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'application/Router.php')
-rw-r--r-- | application/Router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/Router.php b/application/Router.php index 2c3934b0..caed4a28 100644 --- a/application/Router.php +++ b/application/Router.php | |||
@@ -138,4 +138,4 @@ class Router | |||
138 | 138 | ||
139 | return self::$PAGE_LINKLIST; | 139 | return self::$PAGE_LINKLIST; |
140 | } | 140 | } |
141 | } \ No newline at end of file | 141 | } |