mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Trivial case update
This commit is contained in:
parent
4cc13d3c1e
commit
b9151ca5c5
6 changed files with 12 additions and 12 deletions
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'
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue