Browse Source

Merge pull request #21920 from owncloud/fix-firstrunwizard-button

fix first run wizard button not wrapping
remotes/origin/comments-markallread-dav
Thomas Müller 11 years ago
parent
commit
ce84c36d6e
  1. 2
      settings/templates/personal.php

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

Loading…
Cancel
Save