diff options
author | Jan-Christoph Borchardt <jan@unhosted.org> | 2011-10-08 10:10:29 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <jan@unhosted.org> | 2011-10-08 10:10:29 +0200 |
commit | 71caa4a20c6b15300e4367c1b92c8ae650399fc7 (patch) | |
tree | 0a2ed6a32ddcc1a4711a0c84b1a751bdedf9b81d /core/templates | |
parent | 0bb32705038f99591a40fee684eb598a21735c46 (diff) | |
download | nextcloud-server-71caa4a20c6b15300e4367c1b92c8ae650399fc7.tar.gz nextcloud-server-71caa4a20c6b15300e4367c1b92c8ae650399fc7.zip |
added code and license links next to version number
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.guest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 96f3d2662fb..e1f8928fc9b 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -32,6 +32,6 @@ </div></header> <?php echo $_['content']; ?> </div> - <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a>: <?php echo $l->t( 'web services under your control' ); ?></p></footer> + <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> – <?php echo $l->t( 'web services under your control' ); ?></p></footer> </body> </html> |