Added sendmail library
This commit is contained in:
parent
59bd97be74
commit
e40b618349
6 changed files with 228 additions and 16 deletions
|
|
@ -131,6 +131,8 @@ class PhangoField:
|
|||
|
||||
value=str(value).strip()
|
||||
|
||||
#Minimal escape for prevent basic js injection.
|
||||
|
||||
if self.escape==False:
|
||||
value=value.replace('<', '<')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue