Browse Source

Fix XSS

tags/v10.0RC1
Lukas Reschke 8 years ago
parent
commit
53ba111e21
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/files_sharing/templates/public.php

+ 1
- 1
apps/files_sharing/templates/public.php View File

@@ -117,7 +117,7 @@ OCP\Util::addscript('files', 'keyboardshortcuts');
<?php } else { ?>
<div id="emptycontent" class="">
<div class="icon-upload"></div>
<h2>Upload files to <?php print_unescaped($_['shareOwner']); ?></h2>
<h2><?php p($l->t('Upload files to %s', [$_['shareOwner']])) ?></h2>
<a href="#" class="inlineblock button">Select</a>
</div>
<?php } ?>

Loading…
Cancel
Save