fix first run wizard button not wrapping

This commit is contained in:
Jan-Christoph Borchardt 2016-01-26 15:28:19 +01:00
parent f881c11b8a
commit 44415a29ba
1 changed files with 1 additions and 1 deletions

View File

@ -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>