Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dev: removed unnecessary inline css
  • Loading branch information
ptelu committed Jul 30, 2021
1 parent 576a6e1 commit 830c55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/helpers/admin/statistics_helper.php
Expand Up @@ -3972,7 +3972,7 @@ public function generate_statistics($surveyid, $allfields, $q2show = 'all', $use
break;

case 'html':
$sOutputHTML .= '<div style="clear: both; margin-bottom: 10px;"></div><div class="jumbotron message-box">';
$sOutputHTML .= '<div class="jumbotron message-box">';
$sOutputHTML .= '<h2>' . gT("Results") . "</h2>";
$sOutputHTML .= '<p>' . gT("Number of records in this query:") . '' . $results . '</p>';
$sOutputHTML .= '<p>' . gT("Total records in survey:") . '' . $total . '</p>';
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/export/generatestats/_header.php
Expand Up @@ -13,7 +13,7 @@
?>

<!-- Message Box -->
<div style="clear: both; margin-bottom: 10px;"></div><div class="jumbotron message-box">
<div class="jumbotron message-box">
<h2><?php eT("Results"); ?></h2>
<p><?php eT("Number of records in this query:")?>&nbsp;<?php echo $results;?></p>
<p><?php eT("Total records in survey:"); ?>&nbsp;<?php echo $total; ?></p>
Expand Down

0 comments on commit 830c55a

Please sign in to comment.