Merge pull request #10562 from Volker-E/master

fixing #10561 & HTML structure
This commit is contained in:
Clark Tomlinson 2014-08-20 17:27:25 -04:00
commit 61f63718ce
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
</div>
<div id="app-settings-content">
<h2><?php p($l->t('WebDAV'));?></h2>
<div><input id="webdavurl" type="text" readonly="readonly" value="<?php p(OC_Helper::linkToRemote('webdav')); ?>"></input></div>
<div><input id="webdavurl" type="text" readonly="readonly" value="<?php p(OC_Helper::linkToRemote('webdav')); ?>" /></div>
<em><?php print_unescaped($l->t('Use this address to <a href="%s" target="_blank">access your Files via WebDAV</a>', array(link_to_docs('user-webdav'))));?></em>
</div>
</div>

View file

@ -90,7 +90,7 @@
<form class="searchbox" action="#" method="post">
<input id="searchbox" class="svg" type="search" name="query"
value="<?php if(isset($_POST['query'])) {p($_POST['query']);};?>"
autocomplete="off" x-webkit-speech />
autocomplete="off" />
</form>
</div></header>