diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-09 10:42:50 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-09 10:42:50 -0400 |
commit | ec6aed847585565f703e0c8bef0b75782bfe4560 (patch) | |
tree | ae8e3a897143ea2198381dfb736ae82b2949dd49 /files/templates/index.php | |
parent | 9a8eb7298c16ea3c10019d04695be04d6205a701 (diff) | |
parent | 1419d7f2b02a2182eb746443b62572f1b4b3f655 (diff) | |
download | nextcloud-server-ec6aed847585565f703e0c8bef0b75782bfe4560.tar.gz nextcloud-server-ec6aed847585565f703e0c8bef0b75782bfe4560.zip |
Merge branch 'master' into sharing
Diffstat (limited to 'files/templates/index.php')
-rw-r--r-- | files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index 155bcf1ad51..1d059d88501 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -1,4 +1,4 @@ -<div class="controls"> +<div id="controls"> <span class="nav"> <?php echo($_['breadcrumb']); ?> </span> |