mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix some typos
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888959 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -18,7 +18,7 @@ under the License.
|
|||||||
]]
|
]]
|
||||||
|
|
||||||
--[[ mod_lua implementation of the server-status page ]]
|
--[[ mod_lua implementation of the server-status page ]]
|
||||||
local ssversion = "0.11" -- verion of this script
|
local ssversion = "0.11" -- version of this script
|
||||||
local redact_ips = true -- whether to replace the last two bits of every IP with 'x.x'
|
local redact_ips = true -- whether to replace the last two bits of every IP with 'x.x'
|
||||||
local warning_banner = [[
|
local warning_banner = [[
|
||||||
<div style="float: left; color: #222; margin-bottom: 8px; margin-top: 24px; text-align: center; width: 200px; font-size: 0.7rem; border: 1px dashed #333; background: #F8C940;">
|
<div style="float: left; color: #222; margin-bottom: 8px; margin-top: 24px; text-align: center; width: 200px; font-size: 0.7rem; border: 1px dashed #333; background: #F8C940;">
|
||||||
@@ -679,7 +679,7 @@ function refreshThreads(json, state) {
|
|||||||
}
|
}
|
||||||
phtml += "</table>";
|
phtml += "</table>";
|
||||||
} else {
|
} else {
|
||||||
phtml += "<p>No thread information avaialable</p>";
|
phtml += "<p>No thread information available</p>";
|
||||||
}
|
}
|
||||||
phtml += "</div>";
|
phtml += "</div>";
|
||||||
box.innerHTML += phtml;
|
box.innerHTML += phtml;
|
||||||
@@ -1898,4 +1898,4 @@ status_css = [[
|
|||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
color: #FFE;
|
color: #FFE;
|
||||||
}
|
}
|
||||||
]]
|
]]
|
||||||
|
Reference in New Issue
Block a user