diff options
Diffstat (limited to 'apps/gallery/templates/view_album.php')
-rw-r--r-- | apps/gallery/templates/view_album.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/templates/view_album.php b/apps/gallery/templates/view_album.php index 7e3a67df4e4..55a2ee09e4a 100644 --- a/apps/gallery/templates/view_album.php +++ b/apps/gallery/templates/view_album.php @@ -16,7 +16,7 @@ $l = new OC_L10N('gallery'); </script> <div id="controls"> - <a href="?"><input type="button" value="<? echo $l->t('Back');?>" /></a> + <a href="?"><input type="button" value="<?php echo $l->t('Back');?>" /></a> <br/> </div> |