fix conflicts and add missing closing tag
This commit is contained in:
parent
ade726ad32
commit
4b7dfd34f8
2 changed files with 1 additions and 9 deletions
|
@ -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…
Reference in a new issue