summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-02-14 23:19:12 +0100
committerBart Visscher <bartv@thisnet.nl>2013-02-21 23:47:21 +0100
commit1a747b3e480a2b44969b1306a5d354e721781c81 (patch)
treef8ec031fd1d04525de2851ad0ecb27142ff98b5b /core/templates/layout.guest.php
parentdb8dbb9847da1a6f1146153414f8bd3bac4ca980 (diff)
downloadnextcloud-server-1a747b3e480a2b44969b1306a5d354e721781c81.tar.gz
nextcloud-server-1a747b3e480a2b44969b1306a5d354e721781c81.zip
Style cleanup core dir
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r--core/templates/layout.guest.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 69330aa9fce..b26020b766b 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -4,7 +4,8 @@
<title>ownCloud</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="apple-itunes-app" content="app-id=543672169">
- <link rel="shortcut icon" href="<?php echo image_path('', 'favicon.png'); ?>" /><link rel="apple-touch-icon-precomposed" href="<?php echo image_path('', 'favicon-touch.png'); ?>" />
+ <link rel="shortcut icon" href="<?php echo image_path('', 'favicon.png'); ?>" />
+ <link rel="apple-touch-icon-precomposed" href="<?php echo image_path('', 'favicon-touch.png'); ?>" />
<?php foreach($_['cssfiles'] as $cssfile): ?>
<link rel="stylesheet" href="<?php echo $cssfile; ?>" type="text/css" media="screen" />
<?php endforeach; ?>
@@ -30,6 +31,7 @@
</div></header>
<?php echo $_['content']; ?>
</div>
- <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> &ndash; <?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>