Bidule0hm
Server Electronics Sorcerer
- Joined
- Aug 5, 2013
- Messages
- 3,710
Well, @ChiknNutz can you test this:
Replace (line 25):
with
And (line 103):
with
Replace (line 25):
Code:
echo "<pre style=\"font-size:14px\">" >> "$logfile"
with
Code:
echo "<div style=\"white-space: nowrap; overflow: auto;\"><pre style=\"font-size:14px\">" >> "$logfile"
And (line 103):
Code:
echo "</pre>" >> "$logfile"
with
Code:
echo "</pre></div>" >> "$logfile"
Last edited: