feat: escapes html in guestbook, and adds a missing label

This commit is contained in:
Lewis Wynne 2026-03-26 22:01:17 +00:00
parent e431533a39
commit 331d843f68
4 changed files with 34 additions and 7 deletions

View file

@ -125,3 +125,15 @@ html[data-compact] .guestbook-entry {
html[data-compact] .guestbook-form {
margin-left: 0 !important;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}