Skip to content

Commit

Permalink
Fix - #1292
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Nov 9, 2016
1 parent 6e51543 commit 4885ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/email/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
<div class="col-lg-4 col-md-2 col-sm-2">
<div class="box">
<div class="box-header">
<h3 class="box-title">><?= gettext("MailChimp") ?></h3>
<h3 class="box-title"><?= gettext("MailChimp") ?></h3>
</div>
<div class="box-body">
<ul>
<li><a href="MailChimpMissingReport.php">><?= gettext("Missing emails report") ?> </a> (slow)</li>
<li><a href="MailChimpMissingReport.php"><?= gettext("Missing emails report") ?> </a> (slow)</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 4885ba8

Please sign in to comment.