summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <jan@unhosted.org>2011-10-08 10:10:29 +0200
committerJan-Christoph Borchardt <jan@unhosted.org>2011-10-08 10:10:29 +0200
commit71caa4a20c6b15300e4367c1b92c8ae650399fc7 (patch)
tree0a2ed6a32ddcc1a4711a0c84b1a751bdedf9b81d /core/templates
parent0bb32705038f99591a40fee684eb598a21735c46 (diff)
downloadnextcloud-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.php2
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> &ndash; <?php echo $l->t( 'web services under your control' ); ?></p></footer>
</body>
</html>