Navigation Menu

Skip to content

Commit

Permalink
Fix list insight spacing [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Jul 8, 2012
1 parent af9bd4e commit 6b911e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/_lib/model/class.InsightsGenerator.php
Expand Up @@ -267,7 +267,7 @@ private function generateInsightFeedItems($number_days=3) {
"You got added to a new list, ".'<a href="'.$new_groups[0]->url.'">'.$new_groups[0]->keyword.
"</a>, bringing your total to <strong>".
number_format(end($list_membership_count_history_by_day['history'])).
"lists</strong>.", Insight::EMPHASIS_LOW, serialize($list_membership_count_history_by_day));
" lists</strong>.", Insight::EMPHASIS_LOW, serialize($list_membership_count_history_by_day));
}
}
$days_ago++;
Expand Down

0 comments on commit 6b911e1

Please sign in to comment.