mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
- replace html in email address
This commit is contained in:
parent
3dedb42075
commit
4e8ba69ba8
|
@ -256,7 +256,7 @@ UI::contentContainerStart();
|
|||
</tr>
|
||||
<tr>
|
||||
<td><?php printMLText("email");?>:</td>
|
||||
<td><input name="email" value="<?php print $currUser->getEmail();?>"></td>
|
||||
<td><input name="email" value="<?php print htmlspecialchars($currUser->getEmail()) ;?>"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php printMLText("comment");?>:</td>
|
||||
|
|
Loading…
Reference in New Issue
Block a user