Compare commits

..

No commits in common. "9047216a2509daa6c9a06118e77946b0260fbf24" and "9a8f507544e4c9a4d9bc08568d77de6519bbcdce" have entirely different histories.

4 changed files with 1 additions and 4 deletions

View File

@ -128,7 +128,6 @@
<% } else { %> <% } else { %>
<%- h.printReadme(directory) %> <%- h.printReadme(directory) %>
<% } %> <% } %>
<a href="#top">^ Back to top of page.</a>
</div> </div>
</div> </div>
<% } %> <% } %>

View File

@ -21,7 +21,6 @@
</small> </small>
</p> </p>
<%- content %> <%- content %>
<a href="#top">^ Back to top of page.</a>
</div> </div>
</div> </div>
<% } %> <% } %>

View File

@ -39,7 +39,6 @@
<% }); %> <% }); %>
</ul> </ul>
<% } %> <% } %>
<a href="#top">^ Back to top of page.</a>
</div> </div>
</div> </div>
<% } %> <% } %>

View File

@ -40,8 +40,8 @@
<a href="<%=encodeURI(videoURL)%>" target="_blank">Video (.<%=info.ext%>)</a> <a href="<%=encodeURI(videoURL)%>" target="_blank">Video (.<%=info.ext%>)</a>
| <a href="<%=encodeURI(subtitleURL)%>" target="_blank">Subtitles (.vtt)</a> | <a href="<%=encodeURI(subtitleURL)%>" target="_blank">Subtitles (.vtt)</a>
</p> </p>
<!-- <pre><%=h.inspect(info)%></pre> -->
<%}%> <%}%>
<a href="#top">^ Back to top of page.</a>
</div> </div>
</div> </div>
<% } %> <% } %>