summaryrefslogtreecommitdiff
path: root/_www/index.html
diff options
context:
space:
mode:
Diffstat (limited to '_www/index.html')
-rw-r--r--_www/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_www/index.html b/_www/index.html
index 1141e2f..270e00e 100644
--- a/_www/index.html
+++ b/_www/index.html
@@ -20,7 +20,7 @@
overflow: auto;
font-family: monospace;
}
- .QType {
+ .RType {
width: 3em;
display: inline-block;
}
@@ -183,7 +183,7 @@
out += `
<div class="cache">
<span class="AccessedAt">${dateFmt.format(new Date(answer.AccessedAt * 1000))}</span>
- <span class="QType">${resc.GetRRTypeName(answer.QType)}</span>
+ <span class="RType">${resc.GetRRTypeName(answer.RType)}</span>
<span class="QName">${answer.QName}</span>
</div>`
}