aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-01-07 21:23:14 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-01-07 21:23:14 +0100
commite475c26f1ae3adec2716b4ba59f92382db2bc24e (patch)
tree2ea2f0c587db8538440dcdb397064ca23ee8c480 /settings
parenta21da9f9fd9e936eac1b3855fb0f09a00156a00f (diff)
downloadnextcloud-server-e475c26f1ae3adec2716b4ba59f92382db2bc24e.tar.gz
nextcloud-server-e475c26f1ae3adec2716b4ba59f92382db2bc24e.zip
fixing <input> tag
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 26335063d4b..06e558ee4bd 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -161,7 +161,7 @@ endfor;?>
<?php endforeach;?>
</table>
<?php if ($_['entriesremain']): ?>
- <input id='moreLog' type='button' value='<?php echo $l->t('More');?>...'></input>
+ <input id='moreLog' type='button' value='<?php echo $l->t('More');?>...'>
<?php endif; ?>
</fieldset>