diff options
author | chiyi4488 <30853081+chiyi4488@users.noreply.github.com> | 2018-07-07 01:26:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 01:26:07 +0800 |
commit | e4c583c186d9cb2fde2a869214debff412aa687e (patch) | |
tree | 8d1415ce379f076624b71342fe86262885f5ac13 /themes | |
parent | 422c805e260f3187fffe7957b2d2f637e20812e3 (diff) | |
download | nextcloud-server-e4c583c186d9cb2fde2a869214debff412aa687e.tar.gz nextcloud-server-e4c583c186d9cb2fde2a869214debff412aa687e.zip |
Small text error
Small text error
Diffstat (limited to 'themes')
-rw-r--r-- | themes/example/defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/defaults.php b/themes/example/defaults.php index 8ed4761c660..370c9aeecfa 100644 --- a/themes/example/defaults.php +++ b/themes/example/defaults.php @@ -90,7 +90,7 @@ class OC_Theme { * @return string short footer */ public function getShortFooter() { - $footer = '© 2017 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'. + $footer = '© 2018 <a href="'.$this->getBaseUrl().'" target="_blank\">'.$this->getEntity().'</a>'. '<br/>' . $this->getSlogan(); return $footer; |