dirty hack to make FF work

This commit is contained in:
Matthew Hodgson 2017-10-27 00:02:52 +01:00
parent 50b348c68e
commit 468f8ccab8

View File

@ -26,7 +26,7 @@
if (match) { if (match) {
var title = match[1].charAt(0).toUpperCase() + match[1].slice(1); var title = match[1].charAt(0).toUpperCase() + match[1].slice(1);
%> %>
<link rel="alternate stylesheet" title="<%= title %>" <link rel="<% if (match[1] !== 'status') { %>alternate<% } %> stylesheet" title="<%= title %>"
href="<%= file %>"> href="<%= file %>">
<% } else { %> <% } else { %>
<link rel="stylesheet" href="<%= file %>"> <link rel="stylesheet" href="<%= file %>">