diff --git a/html/watch.ejs b/html/watch.ejs
index a3cb7ea0..1f694fad 100644
--- a/html/watch.ejs
+++ b/html/watch.ejs
@@ -57,7 +57,7 @@
-
<%= inv_vid.?title %> | <%= /^[A-Z]/.test(inv_vid.title) ? 'Watch' : 'watch' %>
+<%= inv_vid?.title %> | <%= /^[A-Z]/.test(inv_vid.title) ? 'Watch' : 'watch' %>