Skip to content

Commit

Permalink
Fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 23, 2017
1 parent 9f3b776 commit 8aa4355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/lib/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -3585,7 +3585,7 @@ public function getLink($datetime = null, $icons = true, $from_url = null,

$space = ' ';
if (!empty($this->icon)) {
$link = $status . '<img class="kronolithEventIcon" src="' . $this->icon . '" /> ' . $link;
$link = $status . ' <img class="kronolithEventIcon" src="' . $this->icon . '" /> ' . $link;
} elseif (!empty($status)) {
$link .= ' ' . $status;
$space = '';
Expand Down

0 comments on commit 8aa4355

Please sign in to comment.