diff --git a/MMM-SystemStats.js b/MMM-SystemStats.js index 1c5d029..a2f6b4c 100644 --- a/MMM-SystemStats.js +++ b/MMM-SystemStats.js @@ -126,7 +126,7 @@ Module.register('MMM-SystemStats', { var c3 = document.createElement('td'); c3.setAttribute('class', 'value'); c3.style.textAlign = self.config.align; - c3.innerText = self.stats[item]; + c3.innerHTML = self.stats[item]; row.appendChild(c3); wrapper.appendChild(row);