1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00
This commit is contained in:
Cameron
2017-01-31 16:58:46 -08:00
parent 5d94c192b6
commit f8121774e3
3 changed files with 5 additions and 3 deletions

View File

@@ -711,7 +711,7 @@ class admin_shortcodes
{
if(e_DEBUG !== false)
{
return "<div class='navbar-right navbar-text admin-icon-debug' title='DEBUG MODE ACTIVE'>".e107::getParser()->toGlyph('fa-bug', array('class'=>'text-warning'))."&nbsp;</div>";
return "<div class='navbar-right navbar-text admin-icon-debug' title='DEBUG MODE ACTIVE'>".e107::getParser()->toGlyph('fa-bug', array('class'=>'text-warning'))."&nbsp;&nbsp;</div>";
}
}