Skip to content

Commit

Permalink
Fixed issue #13225: VVImport not showing a result screen
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 24, 2018
1 parent 1bb408d commit 823015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/dataentry/vvimport_result.php
Expand Up @@ -4,7 +4,7 @@
<div class="col-sm-11 col-sm-offset-1 content-right">
<!-- Message box from super admin -->
<div class="jumbotron message-box <?php echo isset($class) ? $class : ""; ?>">
<div class="h2><?php echo $title;?></div>
<div class="h2"><?php echo $title;?></div>
<dl>
<?php if(isset($aResult['success']) && is_array($aResult['success'])) {?>
<dt class='success'><?php eT("Success"); ?></dt>
Expand Down

0 comments on commit 823015e

Please sign in to comment.