Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 26, 2014
1 parent f20b421 commit ccc9332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nag/lib/Ui/VarRenderer/Nag.php
Expand Up @@ -89,7 +89,7 @@ protected function _renderVarInput_NagStart($form, $var, $vars)
'full_weekdays' => true
));
$GLOBALS['page_output']->addScriptFile('calendar.js');
$html .= '<span id="start_wday"></span>' .
$html .= ' <span id="start_wday"></span>' .
Horde::img('calendar.png', _("Calendar"), 'id="startimg"');
}

Expand Down Expand Up @@ -143,7 +143,7 @@ protected function _renderVarInput_NagDue($form, $var, $vars)
'full_weekdays' => true
));
$GLOBALS['page_output']->addScriptFile('calendar.js');
$html .= '<span id="due_wday"></span>' .
$html .= ' <span id="due_wday"></span>' .
Horde::img('calendar.png', _("Calendar"), 'id="dueimg"');
}

Expand Down

0 comments on commit ccc9332

Please sign in to comment.