Skip to content

Commit

Permalink
Template fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
autumoswitzerland committed Nov 9, 2024
1 parent 1cbe467 commit 5ae76ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/html/system/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ <h3 style="width: 100%;">
{$logSource}
</div>
</div>
<div id="terminal" class="termfont">
{$logData}
</div>
<div id="terminal" class="termfont">{$logData}</div>
</div>
<br />
<div class="flash-button-container">
Expand Down

0 comments on commit 5ae76ce

Please sign in to comment.