Changeset 2787:b73e772c9525 for admin/install/wizard.php
- Timestamp:
- 11/15/14 15:34:24 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/install/wizard.php
r2760 r2787 158 158 159 159 if (!empty($err)) { 160 echo '<div class="error" ><p><strong>'.__('Errors:').'</strong></p>'.$err.'</div>';160 echo '<div class="error" role="alert"><p><strong>'.__('Errors:').'</strong></p>'.$err.'</div>'; 161 161 } else { 162 162 echo '<h2>'.__('Welcome').'</h2>'.
Note: See TracChangeset
for help on using the changeset viewer.