mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Trivial case update
This commit is contained in:
4
lib/core/convert.py
Executable file → Normal file
4
lib/core/convert.py
Executable file → Normal file
@@ -70,11 +70,11 @@ def base64unpickle(value):
|
||||
|
||||
return retVal
|
||||
|
||||
def htmlunescape(value):
|
||||
def htmlUnescape(value):
|
||||
"""
|
||||
Returns (basic conversion) HTML unescaped value
|
||||
|
||||
>>> htmlunescape('a<b')
|
||||
>>> htmlUnescape('a<b')
|
||||
'a<b'
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user