diff -u b/bongo.module b/bongo.module --- b/bongo.module +++ b/bongo.module @@ -224,7 +224,7 @@ $title = check_plain($prediction['title']); if ($show_direction == 1) { $direction = check_plain($prediction['direction']); - $title .= '
' . $direction . ''; + $title .= '' . $direction . ''; } $minutes = intval(check_plain($prediction['minutes'])); if ($minutes <= 2) { only in patch2: unchanged: --- a/css/bongo.css +++ b/css/bongo.css @@ -13,3 +13,7 @@ background-color: #a12223; color: #ffffff; } + +.bongo-predictions .direction { + display: block; +}