Skip to content
Prev Previous commit
Next Next commit
Fix XSS
  • Loading branch information
LukasReschke committed Jun 9, 2016
commit 53ba111e21de9c1c3971488911b48fb2aecca112
2 changes: 1 addition & 1 deletion apps/files_sharing/templates/public.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<?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 } ?>
Expand Down