Escape double quotes in search query

This commit is contained in:
Jonathan Wong 2015-11-01 20:37:28 -08:00
parent a9316ebea1
commit e9017a8342
6 changed files with 12 additions and 13 deletions

View file

@ -2472,7 +2472,7 @@ table[id^='history_child'] thead th {
display: inline-flex;
float: right;
}
#search_form #search_query {
#search_form #query {
width: 0;
height: 34px;
margin-top: 0;
@ -2481,7 +2481,7 @@ table[id^='history_child'] thead th {
right: -250px;
border-radius: 3px 0 0 3px;
}
#search_form #search_query.active {
#search_form #query.active {
width: 250px;
right: 0px;
}