diff options
Diffstat (limited to 'apps/files_sharing/templates/authenticate.php')
-rw-r--r-- | apps/files_sharing/templates/authenticate.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index 6bce6857ac8..b6ef82da6f0 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -1,9 +1,9 @@ -<form action="<?php echo $_['URL']; ?>" method="post"> +<form action="<?php p($_['URL']); ?>" method="post"> <fieldset> <p class="infield"> - <label for="password" class="infield"><?php echo $l->t('Password'); ?></label> + <label for="password" class="infield"><?php p($l->t('Password')); ?></label> <input type="password" name="password" id="password" value="" autofocus /> - <input type="submit" value="<?php echo $l->t('Submit'); ?>" /> + <input type="submit" value="<?php p($l->t('Submit')); ?>" /> </p> </fieldset> </form>
\ No newline at end of file |