dirty hack to make FF work

pull/5578/head
Matthew Hodgson 2017-10-27 00:02:52 +01:00
parent 50b348c68e
commit 468f8ccab8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
if (match) {
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 %>">
<% } else { %>
<link rel="stylesheet" href="<%= file %>">