diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 1c08b5b26af5cd239e582ea379c6c36a4f604a5a..ca48a35575eb3ab7117b929112f92ef411b0d598 100755 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -19,5 +19,7 @@ <a href="<?php echo $_['downloadURL']; ?>" id="download"><img class="svg" alt="Download" src="<?php echo OCP\image_path("core", "actions/download.svg"); ?>" /><?php echo $l->t('Download')?></a> </li> </ul> + <div id="content"></div> + <table></table> </div> <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> – <?php echo $l->t('web services under your control'); ?></p></footer> \ No newline at end of file