diff options
-rw-r--r-- | apt-panopticommon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 4a1a5e7..db3632d 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -397,7 +397,7 @@ APT.logOpen = function(host, a2, a3) | |||
397 | if nil == APT.logFile then C('opening log file (' .. name .. ') - ' .. e); return false end | 397 | if nil == APT.logFile then C('opening log file (' .. name .. ') - ' .. e); return false end |
398 | if nil ~= APT.logFile then | 398 | if nil ~= APT.logFile then |
399 | APT.logFile:write("<html><head>\n") | 399 | APT.logFile:write("<html><head>\n") |
400 | APT.logFile:write("</head><body bgcolor='black' text='white' alink='red' link='blue' vlink='purple'>\n") | 400 | APT.logFile:write("</head><body bgcolor='black' text='white' alink='red' link='aqua' vlink='fuchsia'>\n") |
401 | APT.logFile:write("<pre>\n") | 401 | APT.logFile:write("<pre>\n") |
402 | APT.logFile:write(APT.dumpTable(APT.args, 'Arguments')) | 402 | APT.logFile:write(APT.dumpTable(APT.args, 'Arguments')) |
403 | APT.logFile:write("</pre>\n") | 403 | APT.logFile:write("</pre>\n") |