diff --git a/CHANGES.md b/CHANGES.md
index 704fa2eb..6a6aa66f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -87,6 +87,7 @@
* Change Special link moved from "Season" line to "Specials" line on displayShow
* Change code re-factored in readiness for live option switching, clean up and add closures of html tables
* Add show overview from indexers to the database
+* Fix case where start year or runtime is not available to display show
[develop changelog]
* Fix traceback error when using the menu item Manage/Update Kodi
diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl
index f5f9bcb3..4c9983e8 100644
--- a/gui/slick/interfaces/default/displayShow.tmpl
+++ b/gui/slick/interfaces/default/displayShow.tmpl
@@ -22,7 +22,7 @@
-#if $sickbeard.USE_IMDB_INFO:
+#if $sickbeard.USE_IMDB_INFO
#end if
@@ -32,7 +32,7 @@