fix first run wizard button not wrapping
@ -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>