diff --git a/templates/topbar.html b/templates/topbar.html
index 2bf923c..0715a88 100644
--- a/templates/topbar.html
+++ b/templates/topbar.html
@@ -33,10 +33,10 @@
- {{ if gt (intVal .NotificationCount) 0 }}
+ {{ if gt ( .NotificationCount) 0 }}
- {{ if gt (intVal .NotificationCount) 15 }}15+{{ else }}{{ .NotificationCount }}{{ end }}
+ {{ if gt (.NotificationCount) 15 }}15+{{ else }}{{ .NotificationCount }}{{ end }}
{{ end }}