Skip to content

Commit

Permalink
Add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Apr 15, 2018
1 parent 94f4e85 commit a1b8f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -695,12 +695,12 @@
}
else
{
echo "<div style='color:#fff;'>{$langvars['l_none']}</div>\n";
echo "<div style='color:#fff;'><br>{$langvars['l_none']}</div>\n";
}
}
else
{
echo "<div style='color:#fff;'>{$langvars['l_sector_0']}</div>\n";
echo "<div style='color:#fff;'><br>{$langvars['l_sector_0']}</div>\n";
}

echo "</div>";
Expand Down

0 comments on commit a1b8f24

Please sign in to comment.