diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-21 18:37:17 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-21 18:37:17 +0100 |
commit | 25fa9bf8ec2742fc96e52cafb61ab0f72db8ba08 (patch) | |
tree | d140678c0cccc3d70494769ead4a2a58d1d381f0 /apps/gallery/templates | |
parent | 3c428671090e2bd3d46d76567a45c2a9e1639127 (diff) | |
download | nextcloud-server-25fa9bf8ec2742fc96e52cafb61ab0f72db8ba08.tar.gz nextcloud-server-25fa9bf8ec2742fc96e52cafb61ab0f72db8ba08.zip |
merged with stash
Diffstat (limited to 'apps/gallery/templates')
-rw-r--r-- | apps/gallery/templates/view_album.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gallery/templates/view_album.php b/apps/gallery/templates/view_album.php index ae43e2fc557..4acc965269c 100644 --- a/apps/gallery/templates/view_album.php +++ b/apps/gallery/templates/view_album.php @@ -15,7 +15,8 @@ OC_Util::addStyle( 'files_imageviewer', 'jquery.fancybox-1.3.4' ); </script> <div id="controls"> - <a href="?"><input type="button" value="Back" /></a><br/> + <a href="?"><input type="button" value="Back" /></a> +<br/> </div> <div id="gallery_list" class="leftcontent"> |