don't use depricated <? use the full <?php

This commit is contained in:
Robin Appelman 2012-01-15 18:58:08 +01:00
parent 6b50980469
commit a44bbd8005
1 changed files with 1 additions and 1 deletions

View File

@ -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>