fix conflicts and add missing closing tag

remotes/origin/ldap_group_count
Morris Jobke 13 years ago
parent ade726ad32
commit 4b7dfd34f8
  1. 8
      apps/files_sharing/css/public.css
  2. 2
      apps/files_sharing/templates/public.php

@ -105,11 +105,3 @@ thead{
margin-left: 5px;
width: 300px;
}
/*.directLink label {*/
/*font-weight: normal;*/
/*}*/
/*.directLink input {*/
/*margin-left: 10px;*/
/*width: 300px;*/
/*}*/

@ -16,7 +16,7 @@
<div class="header-right">
<span id="details"><?php p($l->t('shared by %s', array($_['displayName']))) ?></span>
</div>
</header>
</div></header>
<div id="content">
<div id="preview">
<?php if (isset($_['folder'])): ?>

Loading…
Cancel
Save