diff --git a/userprefs.js b/userprefs.js index 6db730b2a..3aee6a3cc 100644 --- a/userprefs.js +++ b/userprefs.js @@ -32,7 +32,7 @@ function boldEvents() // Style every span bold which is for this country for (var i = 0; i < spans.length; i++) { - if (spans[i].className == "event_" + country) { + if (spans[i].className == "event_" + country + " vevent") { spans[i].style.fontWeight = "bold"; } }