feat: escapes html in guestbook, and adds a missing label
This commit is contained in:
parent
e431533a39
commit
331d843f68
4 changed files with 34 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue