diff --git a/html/poketube.ejs b/html/poketube.ejs index 9ba16211..d5bd49d4 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -31,7 +31,7 @@ - + @@ -144,9 +144,15 @@
Description

+ <% if (String(video.Description) != "[object Object]") { %> <%-String(video.Description).replace(/\n/g, "
")%> - + <% } %> + + <% if (String(video.Description) == "[object Object]") { %> +

No Description On this Video

+ <% } %> + <% if (wiki.extract_html) { %>
From da web