summaryrefslogtreecommitdiffstats
path: root/settings/templates/personal.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-01-26 15:28:19 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-01-26 15:28:19 +0100
commit44415a29ba1a1946c9144d58a00861a7b43a57dc (patch)
treeb3362acc34fa4f520149752dfb839f65fa9adca3 /settings/templates/personal.php
parentf881c11b8a8529858455ce6efc13ffab1eda3ec0 (diff)
downloadnextcloud-server-44415a29ba1a1946c9144d58a00861a7b43a57dc.tar.gz
nextcloud-server-44415a29ba1a1946c9144d58a00861a7b43a57dc.zip
fix first run wizard button not wrapping
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r--settings/templates/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 5bae01742b6..0f4638dcdcc 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -194,7 +194,7 @@ if($_['passwordChangeSupported']) {
<?php endif; ?>
<?php if(OC_APP::isEnabled('firstrunwizard')) {?>
- <a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again'));?></a>
+ <p><a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again'));?></a></p>
<?php }?>
</div>