don't use depricated <? use the full <?php
This commit is contained in:
parent
6b50980469
commit
a44bbd8005
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue