mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 21:45:50 +01:00
(refs #3)Search by AND if query words are separated by whitespace.
This commit is contained in:
@@ -20,4 +20,7 @@ object StringUtil {
|
||||
|
||||
def urlDecode(value: String): String = URLDecoder.decode(value, "UTF-8")
|
||||
|
||||
def escapeHtml(value: String): String =
|
||||
value.replace("&", "&").replace("<", ">").replace(">", ">").replace("\"", """)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user