diff --git a/plugins/eos/eos.html b/plugins/eos/eos.html
index 5b2e77b..439c5e6 100644
--- a/plugins/eos/eos.html
+++ b/plugins/eos/eos.html
@@ -56,15 +56,15 @@
<% if(p.uptimeduration == p.downtimeduration || p.downtimeduration==-1){ %>
-
<%- prettyDuration(p.uptimedelay) || "" %><%- prettyDuration(p.uptimeduration, true) %> |
+ <%= prettyDuration(p.uptimedelay) || "" %><%= prettyDuration(p.uptimeduration, true) %> |
<% }else{ %>
- <%- prettyDuration(p.uptimedelay) || "" %><%- prettyDuration(p.uptimeduration, true) %> |
- <%- prettyDuration(p.downtimeduration, true) %> |
+ <%= prettyDuration(p.uptimedelay) || "" %><%= prettyDuration(p.uptimeduration, true) %> |
+ <%= prettyDuration(p.downtimeduration, true) %> |
<% } %>
- <%- prettyDuration(p.focustimeduration, true) %> |
- <%- prettyDuration(p.colortimeduration, true) %> |
- <%- prettyDuration(p.beamtimeduration, true) %> |
+ <%= prettyDuration(p.focustimeduration, true) %> |
+ <%= prettyDuration(p.colortimeduration, true) %> |
+ <%= prettyDuration(p.beamtimeduration, true) %> |
<%= prettyDuration(p.duration) %> |
<% }else{ %>
@@ -84,7 +84,7 @@
<%= (p.hang>=0)? "H"+prettyDuration(p.hang) : "" %>
- <%- (partNumber==0 ? "": " ") %>
+ <%= (partNumber==0 ? "": " ") %>
<%= p.label %>
|
<%= p.extlinks %> |